mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
4b3b3f8c85
1 changed files with 4 additions and 0 deletions
|
|
@ -744,6 +744,10 @@ func GetHeadingLevelTransaction(id string, level int) (transaction *Transaction,
|
|||
fillBlockRefCount(childrenHeadings)
|
||||
|
||||
transaction = &Transaction{}
|
||||
if "1" == node.IALAttr("fold") {
|
||||
unfoldHeading(node, node)
|
||||
}
|
||||
|
||||
luteEngine := util.NewLute()
|
||||
for _, c := range childrenHeadings {
|
||||
op := &Operation{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue