test the fixing of fractional indices

This commit is contained in:
Ryan Di
2023-12-08 18:06:09 +08:00
parent 741380bd43
commit 5e98047267
3 changed files with 240 additions and 35 deletions
+1 -1
View File
@@ -59,7 +59,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), false);
scene.replaceAllElements(cloneJSON(elements));
return scene;
};