🎨 Improve display reference counts in the backlink panel https://github.com/siyuan-note/siyuan/issues/13678

This commit is contained in:
Daniel 2025-01-05 22:21:57 +08:00
parent 6aed85765e
commit 126e8cec82
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 4 additions and 4 deletions

View file

@ -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