mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix: revert mapElementIds
flag removal (#7594)
This commit is contained in:
parent
c6fdac131b
commit
89bd6181f2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue