🎨 Support resetting the learning progress of flashcards https://github.com/siyuan-note/siyuan/issues/9564
This commit is contained in:
parent
c4174ea191
commit
f78c5ab3c8
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ func ResetFlashcards(typ, id, deckID string, blockIDs []string) {
|
|||
break
|
||||
}
|
||||
}
|
||||
if "" == deckID {
|
||||
continue
|
||||
}
|
||||
resetFlashcards(deckID, blockIDs)
|
||||
}
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue