mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 15:40:12 +01: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
c55c413365
commit
8ad3cb00ad
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ func getHeadingChildrenDOM(c *gin.Context) {
|
||||||
}
|
}
|
||||||
|
|
||||||
id := arg["id"].(string)
|
id := arg["id"].(string)
|
||||||
removeFoldAttr := false
|
removeFoldAttr := true
|
||||||
if nil != arg["removeFoldAttr"] {
|
if nil != arg["removeFoldAttr"] {
|
||||||
removeFoldAttr = arg["removeFoldAttr"].(bool)
|
removeFoldAttr = arg["removeFoldAttr"].(bool)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue