🎨 The outline item in the outline panel supports dragging to adjust the level and position https://github.com/siyuan-note/siyuan/issues/7957

This commit is contained in:
Daniel 2024-03-29 23:22:29 +08:00
parent 30621f6ecf
commit 4fb311de68
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 20 additions and 4 deletions

View file

@ -154,7 +154,7 @@ func (tx *Transaction) doMoveOutlineHeading(operation *Operation) (ret *TxErr) {
return
}
util.PushReloadDoc(tree.Root.ID)
operation.RetData = tree.Root.ID
return
}