mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-05 15:11:48 +01:00
🎨 Display reference counts after unfolding headings https://github.com/siyuan-note/siyuan/issues/14169
This commit is contained in:
parent
65198b9a1e
commit
e4c3022026
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue