🐛 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:
Daniel 2026-02-27 10:28:37 +08:00
parent f72cbf99a0
commit 8c8aaa6a69
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 52 additions and 42 deletions

View file

@ -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 {