🎨 Improve the behavior of Jump to the next/previous block of the parent block in lists https://github.com/siyuan-note/siyuan/issues/15939

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-09-25 22:02:25 +08:00
parent 569be86def
commit be3efc1fdd
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -206,10 +206,6 @@ func GetBlockSiblingID(id string) (parent, previous, next string) {
}
parent = parentBlock.ID
if flb := treenode.FirstChildBlock(parentBlock); nil != flb {
parent = flb.ID
}
if ast.NodeDocument == parentBlock.Type {
parent = parentBlock.ID