浏览代码

:art: Cards expired need appear in the same review round https://github.com/siyuan-note/siyuan/issues/10130

Daniel 1 年之前
父节点
当前提交
d13ad8cdb1
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      kernel/model/flashcard.go

+ 0 - 2
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++