mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 08:30:42 +02:00
🎨 Improve positioning after exiting focus https://github.com/siyuan-note/siyuan/issues/13897
This commit is contained in:
parent
b6eea4b397
commit
d0567185c6
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ func GetUnfoldedParentID(id string) (parentID string) {
|
||||||
if nil != firstFoldedParent {
|
if nil != firstFoldedParent {
|
||||||
parentID = firstFoldedParent.ID
|
parentID = firstFoldedParent.ID
|
||||||
} else {
|
} else {
|
||||||
parentID = parent.ID
|
parentID = id
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue