🎨 闪卡支持设置复习上限 https://github.com/siyuan-note/siyuan/issues/7703
This commit is contained in:
parent
e6218a61b5
commit
9052bc5035
1 changed files with 1 additions and 1 deletions
|
@ -918,7 +918,7 @@ func getDeckDueCards(deck *riff.Deck, reviewedCardIDs []string) (ret []riff.Card
|
|||
}
|
||||
}
|
||||
|
||||
if !gulu.Str.Contains(c.ID(), reviewedCardIDs) {
|
||||
if 0 < len(reviewedCardIDs) && !gulu.Str.Contains(c.ID(), reviewedCardIDs) {
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue