diff --git a/kernel/model/flashcard.go b/kernel/model/flashcard.go index 21b377a6d..7e6b695f2 100644 --- a/kernel/model/flashcard.go +++ b/kernel/model/flashcard.go @@ -43,7 +43,7 @@ func ResetFlashcards(typ, id, deckID string, blockIDs []string) { // Support resetting the learning progress of flashcards https://github.com/siyuan-note/siyuan/issues/9564 if 0 < len(blockIDs) { - resetFlashcards(id, blockIDs) + resetFlashcards(deckID, blockIDs) return }