🎨 The database-bound block is automatically added to the database after being copied as a replica https://github.com/siyuan-note/siyuan/issues/11959

This commit is contained in:
Daniel 2024-07-24 11:23:21 +08:00
parent 74c6b9ba00
commit 9cc334698b
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 23 additions and 6 deletions

View file

@ -1380,7 +1380,7 @@ func processSyncMergeResult(exit, byHand bool, mergeResult *dejavu.MergeResult,
tree.Box = boxID
tree.Path = strings.TrimPrefix(file.Path, "/"+boxID)
resetTree(tree, "Conflicted")
resetTree(tree, "Conflicted", true)
createTreeTx(tree)
}