This commit is contained in:
Daniel 2024-04-08 20:24:59 +08:00
parent bba92b30a6
commit 951d53d3f8
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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)