mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 08:48:49 +01:00
🎨 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:
parent
24c59dd095
commit
611f6e2da0
4 changed files with 148 additions and 0 deletions
|
|
@ -195,6 +195,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
|
|||
ret = tx.doDelete(op)
|
||||
case "move":
|
||||
ret = tx.doMove(op)
|
||||
case "moveOutlineHeading":
|
||||
ret = tx.doMoveOutlineHeading(op)
|
||||
case "append":
|
||||
ret = tx.doAppend(op)
|
||||
case "appendInsert":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue