🐛 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:
Daniel 2025-08-01 22:52:16 +08:00
parent be684aee76
commit 561d4cc891
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 4 additions and 4 deletions

View file

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