mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-13 16:06:13 +01:00
🎨 Fix folded heading load nodes
This commit is contained in:
parent
93f623597f
commit
5e0edf6ff0
4 changed files with 4 additions and 4 deletions
|
|
@ -725,7 +725,7 @@ func GetDoc(startID, endID, id string, index int, query string, queryTypes map[s
|
|||
if "1" == n.IALAttr("heading-fold") {
|
||||
// 折叠标题下被引用的块无法悬浮查看
|
||||
// The referenced block under the folded heading cannot be hovered to view https://github.com/siyuan-note/siyuan/issues/9582
|
||||
if 0 != mode && id != n.ID {
|
||||
if (0 != mode && id != n.ID) || isDoc {
|
||||
unlinks = append(unlinks, n)
|
||||
return ast.WalkContinue
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue