🎨 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

@ -900,7 +900,7 @@ func getEmbeddedBlock(trees map[string]*parse.Tree, sqlBlock *sql.Block, heading
}
// 嵌入块查询结果中显示块引用计数 https://github.com/siyuan-note/siyuan/issues/7191
fillBlockRefCount(nodes, 0)
fillBlockRefCount(nodes)
luteEngine := NewLute()
luteEngine.RenderOptions.ProtyleContenteditable = false // 不可编辑