mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-04 20:00:17 +01:00
🐛 Outdent of list items causes database bind blocks to be deleted https://github.com/siyuan-note/siyuan/issues/17108
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
f72cbf99a0
commit
8c8aaa6a69
2 changed files with 52 additions and 42 deletions
|
|
@ -1603,7 +1603,7 @@ func removeDoc(box *Box, p string, luteEngine *lute.Lute) (ret *parse.Tree) {
|
|||
continue
|
||||
}
|
||||
|
||||
syncDelete2AvBlock(removeTree.Root, removeTree, nil)
|
||||
syncDelete2AvBlock(removeTree.Root, removeTree, true, nil)
|
||||
}
|
||||
|
||||
if existChildren {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue