mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Improve display reference counts in the backlink panel https://github.com/siyuan-note/siyuan/issues/13678
This commit is contained in:
parent
6aed85765e
commit
126e8cec82
3 changed files with 4 additions and 4 deletions
|
|
@ -230,7 +230,7 @@ func buildBacklink(refID string, refTree *parse.Tree, keywords []string, highlig
|
|||
}
|
||||
|
||||
// 反链面板中显示块引用计数 Display reference counts in the backlink panel https://github.com/siyuan-note/siyuan/issues/13618
|
||||
fillBlockRefCount(renderNodes, 1)
|
||||
fillBlockRefCount(renderNodes)
|
||||
|
||||
dom := renderBlockDOMByNodes(renderNodes, luteEngine)
|
||||
var blockPaths []*BlockPath
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue