mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🎨 Copy/Cut folded heading changed to copy/cut Headings and Bottom Blocks
and support multiple headings copy/cut https://github.com/siyuan-note/siyuan/issues/8019
This commit is contained in:
parent
8ad3cb00ad
commit
2a8b47b518
1 changed files with 2 additions and 2 deletions
|
@ -199,8 +199,8 @@ func appendHeadingChildren(c *gin.Context) {
|
|||
}
|
||||
|
||||
id := arg["id"].(string)
|
||||
dom := arg["dom"].(string)
|
||||
model.AppendHeadingChildren(id, dom)
|
||||
childrenDOM := arg["childrenDOM"].(string)
|
||||
model.AppendHeadingChildren(id, childrenDOM)
|
||||
}
|
||||
|
||||
func getHeadingChildrenDOM(c *gin.Context) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue