♻️ Implement some delayed kernel events using task queues https://github.com/siyuan-note/siyuan/issues/12393

This commit is contained in:
Daniel 2024-09-05 12:10:42 +08:00
parent e55c12037a
commit 9560277d0c
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
7 changed files with 105 additions and 65 deletions

View file

@ -1113,7 +1113,7 @@ func DuplicateDoc(tree *parse.Tree) {
"id": n.ID,
"isDetached": false,
}}, avID, "", "", false)
util.PushReloadAttrView(avID)
ReloadAttrView(avID)
}
return ast.WalkContinue
})