🎨 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:
Daniel 2025-09-06 17:11:21 +08:00
parent c55c413365
commit 8ad3cb00ad
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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)
}