Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-01-20 10:39:42 +08:00
parent ffd947233e
commit ef9d811616
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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) {