mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 改进删除闪卡
This commit is contained in:
@@ -146,7 +146,6 @@ func ReviewFlashcard(deckID, cardID string, rating riff.Rating) (err error) {
|
||||
deck := Decks[deckID]
|
||||
card := deck.GetCard(cardID)
|
||||
if nil == card {
|
||||
logging.LogErrorf("card not found [%s]", cardID)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user