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