mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🐛 The insertion position is wrong after converting the list to paragraph block in the floating window https://github.com/siyuan-note/siyuan/issues/15396
This commit is contained in:
parent
be684aee76
commit
561d4cc891
3 changed files with 4 additions and 4 deletions
|
|
@ -280,7 +280,7 @@ func GetBlockSiblingID(id string) (parent, previous, next string) {
|
|||
return
|
||||
}
|
||||
|
||||
func GetBlockIDs(id string) (parentID, previousID, nextID string, err error) {
|
||||
func GetBlockRelevantIDs(id string) (parentID, previousID, nextID string, err error) {
|
||||
tree, err := LoadTreeByBlockID(id)
|
||||
if err != nil {
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue