🎨 Automatically refresh database views after deleting/rolling back documents https://github.com/siyuan-note/siyuan/issues/12081

This commit is contained in:
Daniel 2024-09-04 20:15:10 +08:00
parent 4ccf648e57
commit 8fee81c8c1
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 32 additions and 15 deletions

View file

@ -1671,8 +1671,7 @@ func removeDoc(box *Box, p string, luteEngine *lute.Lute) {
continue
}
syncDelete2AttributeView(removeTree.Root)
syncDelete2Block(removeTree.Root)
syncDelete2AvBlock(removeTree.Root)
}
if existChildren {