mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 标题块标菜单支持 删除标题及下方块 和 剪切标题及下方块 https://github.com/siyuan-note/siyuan/issues/6135
This commit is contained in:
parent
3a9f0e2bc6
commit
289c5f1758
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ func GetHeadingDeleteTransaction(id string) (transaction *Transaction, err error
|
|||
if nil != n.Parent {
|
||||
op.ParentID = n.Parent.ID
|
||||
}
|
||||
if nil != n.Parent {
|
||||
if nil != n.Previous {
|
||||
op.PreviousID = n.Previous.ID
|
||||
}
|
||||
op.Action = "insert"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue