Ver Fonte

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

Liang Ding há 2 anos atrás
pai
commit
97c4e84bc4
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      kernel/model/file.go

+ 1 - 1
kernel/model/file.go

@@ -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
 		}