mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 Improve positioning after exiting focus https://github.com/siyuan-note/siyuan/issues/13897
This commit is contained in:
@@ -279,7 +279,7 @@ func GetUnfoldedParentID(id string) (parentID string) {
|
||||
if nil != firstFoldedParent {
|
||||
parentID = firstFoldedParent.ID
|
||||
} else {
|
||||
parentID = parent.ID
|
||||
parentID = id
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user