restore properly

This commit is contained in:
Preet 2023-10-21 17:24:01 -07:00
parent a2dd3c6ea2
commit 93e4cb8d25

View File

@ -285,7 +285,7 @@ const restoreElement = (
points, points,
x, x,
y, y,
segmentSplitIndices: [], segmentSplitIndices: element.segmentSplitIndices ? [...element.segmentSplitIndices] : [],
}); });
} }