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

This commit is contained in:
Daniel 2025-01-01 12:24:58 +08:00
parent 6d7feb461f
commit 2d006a941b
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)
fillBlockRefCount(renderNodes, 1)
dom := renderBlockDOMByNodes(renderNodes, luteEngine)
var blockPaths []*BlockPath