mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 07:18:49 +01:00
🎨 Clean code
This commit is contained in:
parent
f3fff63b7d
commit
abfddf76a5
3 changed files with 6 additions and 4 deletions
|
|
@ -736,7 +736,7 @@ func GetDoc(startID, endID, id string, index int, query string, queryTypes map[s
|
|||
// 填充属性视图角标 Display the database title on the block superscript https://github.com/siyuan-note/siyuan/issues/10545
|
||||
avNames := getAvNames(n.IALAttr(av.NodeAttrNameAvs))
|
||||
if "" != avNames {
|
||||
n.SetIALAttr("av-names", avNames)
|
||||
n.SetIALAttr(av.NodeAttrViewNames, avNames)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue