🔥 The database-bound block no longer automatically adds to the database after being copied as a replica 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:46:53 +08:00
parent 62bdaf9ec6
commit f55e575253
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
5 changed files with 8 additions and 5 deletions

View file

@ -989,6 +989,7 @@ func DuplicateDoc(tree *parse.Tree) {
n.RemoveIALAttr(av.NodeAttrNameAvs)
n.RemoveIALAttr(av.NodeAttrViewNames)
n.RemoveIALAttrsByPrefix(av.NodeAttrViewStaticText)
return ast.WalkContinue
})
return