Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2024-03-29 20:13:21 +08:00
commit 3ec244ad09

View file

@ -138,6 +138,8 @@ func (tx *Transaction) doMoveOutlineHeading(operation *Operation) (ret *TxErr) {
if err = tx.writeTree(tree); nil != err {
return
}
util.PushProtyleReload(tree.Root.ID)
return
}