🎨 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:23:36 +08:00
parent e8c7d82e18
commit 97c4e84bc4
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -242,7 +242,7 @@ func ListDocTree(boxID, path string, sortMode int, flashcard bool, maxListCount
var deck *riff.Deck
var deckBlockIDs []string
if flashcard {
deck := Decks[builtinDeckID]
deck = Decks[builtinDeckID]
if nil == deck {
return
}