mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
🎨 Automatically refresh database views after deleting/rolling back documents https://github.com/siyuan-note/siyuan/issues/12081
This commit is contained in:
parent
4ccf648e57
commit
8fee81c8c1
3 changed files with 32 additions and 15 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue