🎨 Display reference counts after unfolding headings https://github.com/siyuan-note/siyuan/issues/14169

This commit is contained in:
Daniel 2025-02-22 10:10:14 +08:00
parent 65198b9a1e
commit e4c3022026
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -112,6 +112,9 @@ func (tx *Transaction) doUnfoldHeading(operation *Operation) (ret *TxErr) {
}
sql.UpsertTreeQueue(tree)
// 展开折叠的标题后显示块引用计数 Display reference counts after unfolding headings https://github.com/siyuan-note/siyuan/issues/13618
fillBlockRefCount(children)
luteEngine := NewLute()
operation.RetData = renderBlockDOMByNodes(children, luteEngine)
return