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
6d7feb461f
commit
2d006a941b
3 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
fillBlockRefCount(nodes, 0)
|
||||
|
||||
luteEngine := NewLute()
|
||||
luteEngine.RenderOptions.ProtyleContenteditable = false // 不可编辑
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue