mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +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)
|
||||
removeFoldAttr := false
|
||||
removeFoldAttr := true
|
||||
if nil != arg["removeFoldAttr"] {
|
||||
removeFoldAttr = arg["removeFoldAttr"].(bool)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue