mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-02 02:40:15 +01:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
ffd947233e
commit
ef9d811616
1 changed files with 4 additions and 1 deletions
|
|
@ -138,7 +138,10 @@ func refreshDocInfoWithSize(tree *parse.Tree, size uint64) {
|
|||
}
|
||||
|
||||
refreshDocInfo0(tree, size)
|
||||
refreshParentDocInfo(tree)
|
||||
go func() {
|
||||
time.Sleep(512 * time.Millisecond)
|
||||
refreshParentDocInfo(tree)
|
||||
}()
|
||||
}
|
||||
|
||||
func refreshParentDocInfo(tree *parse.Tree) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue