@ -328,9 +328,7 @@ class Scene {
if (element.frameId) {
this.insertElementAtIndex(element, this.getElementIndex(element.frameId));
} else {
this.replaceAllElements(
this.replaceAllElements([...this.elements, element]);
normalizeFractionalIndicies([...this.elements, element]),
);
}
};