mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Improve reference count refresh after converting heading block level https://github.com/siyuan-note/siyuan/issues/15298
This commit is contained in:
parent
280f97ee81
commit
848037b0f5
1 changed files with 1 additions and 0 deletions
|
|
@ -655,6 +655,7 @@ func GetHeadingLevelTransaction(id string, level int) (transaction *Transaction,
|
|||
ccH := c.ChildrenByType(ast.NodeHeading)
|
||||
childrenHeadings = append(childrenHeadings, ccH...)
|
||||
}
|
||||
fillBlockRefCount(childrenHeadings)
|
||||
|
||||
transaction = &Transaction{}
|
||||
luteEngine := util.NewLute()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue