🎨 Show count in spaced repetition tree filter floating window https://github.com/siyuan-note/siyuan/issues/8202
This commit is contained in:
parent
48fd525abb
commit
5abfec77b9
1 changed files with 1 additions and 0 deletions
|
@ -402,6 +402,7 @@ func GetTreeDueFlashcards(rootID string, reviewedCardIDs []string) (ret []*Flash
|
|||
}
|
||||
|
||||
func getTreeSubTreeChildBlocks(rootID string) (treeBlockIDsMap map[string]bool, treeBlockIDs []string) {
|
||||
treeBlockIDsMap = map[string]bool{}
|
||||
root := treenode.GetBlockTree(rootID)
|
||||
if nil == root {
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue