Daniel 2025-08-25 10:43:50 +08:00
parent 7e6752a8fb
commit d0f350d215
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
17 changed files with 41 additions and 21 deletions

View file

@ -991,7 +991,7 @@ func DuplicateDoc(tree *parse.Tree) {
AddAttributeViewBlock(nil, []map[string]interface{}{{
"id": n.ID,
"isDetached": false,
}}, avID, "", "", "", false)
}}, avID, "", "", "", false, nil)
ReloadAttrView(avID)
}
return ast.WalkContinue