Vanessa 2023-03-22 14:29:24 +08:00 committed by Liang Ding
parent 43c14c1597
commit 7ebce7e3b6
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

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;