Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-11-13 22:57:39 +08:00
parent 08c66696f8
commit 5d0f04b507
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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{}