mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-19 23:40:45 +02:00
restore properly
This commit is contained in:
@@ -285,7 +285,7 @@ const restoreElement = (
|
|||||||
points,
|
points,
|
||||||
x,
|
x,
|
||||||
y,
|
y,
|
||||||
segmentSplitIndices: [],
|
segmentSplitIndices: element.segmentSplitIndices ? [...element.segmentSplitIndices] : [],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user