mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +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)
|
fillBlockRefCount(childrenHeadings)
|
||||||
|
|
||||||
transaction = &Transaction{}
|
transaction = &Transaction{}
|
||||||
|
if "1" == node.IALAttr("fold") {
|
||||||
|
unfoldHeading(node, node)
|
||||||
|
}
|
||||||
|
|
||||||
luteEngine := util.NewLute()
|
luteEngine := util.NewLute()
|
||||||
for _, c := range childrenHeadings {
|
for _, c := range childrenHeadings {
|
||||||
op := &Operation{}
|
op := &Operation{}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue