mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
restore properly
This commit is contained in:
parent
a2dd3c6ea2
commit
93e4cb8d25
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ const restoreElement = (
|
||||||
points,
|
points,
|
||||||
x,
|
x,
|
||||||
y,
|
y,
|
||||||
segmentSplitIndices: [],
|
segmentSplitIndices: element.segmentSplitIndices ? [...element.segmentSplitIndices] : [],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue