🎨 Support resetting the learning progress of flashcards https://github.com/siyuan-note/siyuan/issues/9564
This commit is contained in:
parent
bbeb6282d6
commit
259606e995
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue