This commit is contained in:
Daniel 2024-09-08 21:59:13 +08:00
parent a4552bb554
commit 7d740bcc88
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -54,6 +54,7 @@ func (tx *Transaction) doFoldHeading(operation *Operation) (ret *TxErr) {
return ast.WalkContinue
}
n.SetIALAttr("fold", "1")
n.SetIALAttr("heading-fold", "1")
return ast.WalkContinue
})