🎨 改进同步后全量重建索引判断 Fix https://github.com/siyuan-note/siyuan/issues/5764

This commit is contained in:
Liang Ding 2022-08-31 01:39:04 +08:00
parent 955bc042e6
commit 5139e51165
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
4 changed files with 39 additions and 8 deletions

View file

@ -502,7 +502,7 @@ func InitBoxes() {
}
}()
treenode.InitBlockTree()
treenode.InitBlockTree(false)
initialized = true
}
} else { // 大于 1 的话说明在同步阶段已经加载过了