mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-24 17:26:10 +01:00
🎨 改进删除闪卡
This commit is contained in:
parent
0c09b08214
commit
fe9abe4b4b
2 changed files with 2 additions and 2 deletions
|
|
@ -372,7 +372,7 @@ func getAllDueFlashcards() (ret []*Flashcard) {
|
|||
return
|
||||
}
|
||||
|
||||
func RemoveFlashcards(deckID string, blockIDs []string) (err error) {
|
||||
func RemoveFlashcardsByBlockIDs(deckID string, blockIDs []string) (err error) {
|
||||
deckLock.Lock()
|
||||
defer deckLock.Unlock()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue