This commit is contained in:
Vanessa 2023-01-03 19:26:29 +08:00
parent 6be44a73dc
commit 6a21a3f50e

View file

@ -179,7 +179,7 @@ export const makeCard = (nodeElement: Element[]) => {
const viewCards = (deckID: string, title: string, sourceElement: HTMLElement) => {
let pageIndex = 1;
let edit:Protyle
let edit:Protyle;
fetchPost("/api/riff/getRiffCards", {deckID, page: pageIndex}, (response) => {
const dialog = new Dialog({
title,