fix: revert mapElementIds
flag removal (#7594)
This commit is contained in:
parent
c6fdac131b
commit
89bd6181f2
@ -66,7 +66,7 @@ const __createSceneForElementsHack__ = (
|
||||
// ids to Scene instances so that we don't override the editor elements
|
||||
// mapping.
|
||||
// We still need to clone the objects themselves to regen references.
|
||||
scene.replaceAllElements(cloneJSON(elements));
|
||||
scene.replaceAllElements(cloneJSON(elements), false);
|
||||
return scene;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user