mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 15:58:49 +01:00
🎨 Improve removing av node https://github.com/siyuan-note/siyuan/issues/12595
This commit is contained in:
parent
2deb986c87
commit
fb914ab674
3 changed files with 21 additions and 12 deletions
|
|
@ -1704,7 +1704,7 @@ func removeDoc(box *Box, p string, luteEngine *lute.Lute) {
|
|||
continue
|
||||
}
|
||||
|
||||
syncDelete2AvBlock(removeTree.Root)
|
||||
syncDelete2AvBlock(removeTree.Root, removeTree, nil)
|
||||
}
|
||||
|
||||
if existChildren {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue