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