mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🚨
This commit is contained in:
parent
6be44a73dc
commit
6a21a3f50e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue