Skip to content

Commit

Permalink
🎨 #7695
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Mar 22, 2023
1 parent 97882c4 commit 1b0325d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/card/openCard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1b0325d

Please sign in to comment.