mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-05 16:28:49 +01:00
♻️ Improve outline loading mechanism https://github.com/siyuan-note/siyuan/issues/10884
This commit is contained in:
parent
bba92b30a6
commit
951d53d3f8
1 changed files with 1 additions and 3 deletions
|
|
@ -1314,9 +1314,7 @@ func (tx *Transaction) commit() (err error) {
|
|||
}
|
||||
|
||||
var sources []interface{}
|
||||
for _, op := range tx.DoOperations {
|
||||
sources = append(sources, op)
|
||||
}
|
||||
sources = append(sources, tx)
|
||||
util.PushSaveDoc(tree.ID, "tx", sources)
|
||||
}
|
||||
refreshDynamicRefTexts(tx.nodes, tx.trees)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue