🎨 Improve list block navigation https://github.com/siyuan-note/siyuan/issues/11193
This commit is contained in:
parent
a37bc3335d
commit
7c7a7038a4
1 changed files with 0 additions and 3 deletions
|
@ -144,9 +144,6 @@ func GetBlockSiblingID(id string) (parent, previous, next string) {
|
|||
|
||||
if nil != parentListItem {
|
||||
parent = parentListItem.ID
|
||||
if flb := firstChild(parentListItem); nil != flb {
|
||||
parent = flb.ID
|
||||
}
|
||||
|
||||
if parentListItem.Previous != nil {
|
||||
previous = parentListItem.Previous.ID
|
||||
|
|
Loading…
Add table
Reference in a new issue