🎨 Show count in spaced repetition tree filter floating window https://github.com/siyuan-note/siyuan/issues/8202

This commit is contained in:
Liang Ding 2023-05-09 10:29:07 +08:00
parent 8abc00f7f9
commit 413d13eb57
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -152,7 +152,7 @@ func SearchDocsByKeyword(keyword string, flashcard bool) (ret []map[string]strin
var deck *riff.Deck
var deckBlockIDs []string
if flashcard {
deck := Decks[builtinDeckID]
deck = Decks[builtinDeckID]
if nil == deck {
return
}