mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🎨 Add scenes for expanding and collapsing headings https://github.com/siyuan-note/siyuan/issues/15726
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
812dadb452
commit
bd5dea7424
1 changed files with 1 additions and 1 deletions
|
@ -654,7 +654,7 @@ func GetHeadingInsertTransaction(id string) (transaction *Transaction, err error
|
|||
n.ID = ast.NewNodeID()
|
||||
n.SetIALAttr("id", n.ID)
|
||||
|
||||
op := &Operation{}
|
||||
op := &Operation{Context: map[string]any{"ignoreProcess": "true"}}
|
||||
op.ID = n.ID
|
||||
op.Action = "insert"
|
||||
op.Data = luteEngine.RenderNodeBlockDOM(n)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue