Vanessa 2023-03-22 14:29:24 +08:00
parent 97882c4304
commit 1b0325d576

View file

@ -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;