From d13ad8cdb1a4606ed9b2be6b044c637fa1ead1e0 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Tue, 9 Jan 2024 20:38:00 +0800 Subject: [PATCH] :art: Cards expired need appear in the same review round https://github.com/siyuan-note/siyuan/issues/10130 --- kernel/model/flashcard.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/kernel/model/flashcard.go b/kernel/model/flashcard.go index 2209544ce..b7e7ba9fa 100644 --- a/kernel/model/flashcard.go +++ b/kernel/model/flashcard.go @@ -1040,8 +1040,6 @@ func getDeckDueCards(deck *riff.Deck, reviewedCardIDs, blockIDs []string, newCar unreviewedOldCardCountInRound++ } } - } else { // 已经复习过了 Cards expired no longer appear in the same review round https://github.com/siyuan-note/siyuan/issues/10087 - continue } } else { unreviewedCount++