🎨 No longer automatically fills the database view's filter condition values after copying and pasting the bound block https://github.com/siyuan-note/siyuan/issues/12294

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-11-22 18:01:44 +08:00
parent 079917633c
commit 3f3afb3347
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 3 additions and 3 deletions

View file

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