🎨 Improve database field default filling https://github.com/siyuan-note/siyuan/issues/11966

This commit is contained in:
Daniel 2025-08-02 17:49:30 +08:00
parent ef80bbd230
commit 95a5b46800
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
9 changed files with 79 additions and 131 deletions

View file

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