mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🎨 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:
parent
569be86def
commit
be3efc1fdd
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue