mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-23 15:34:06 +01:00
🔥 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:
parent
62bdaf9ec6
commit
f55e575253
5 changed files with 8 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue