mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 08:48:49 +01:00
This commit is contained in:
parent
43c14c1597
commit
7ebce7e3b6
1 changed files with 1 additions and 0 deletions
|
|
@ -212,6 +212,7 @@ export const openCardByData = (cardsData: ICard[], html = "") => {
|
|||
rootID: titleElement.getAttribute("data-id"),
|
||||
deckID: selectElement?.value,
|
||||
notebook: titleElement.getAttribute("data-notebookid"),
|
||||
reviewedCardIDs: blocks
|
||||
}, (treeCards) => {
|
||||
index = 0;
|
||||
blocks = treeCards.data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue