mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-06 05:44:23 +01:00
@@ -133,6 +133,7 @@ export class LinearElementEditor {
|
||||
};
|
||||
if (!pointsEqual(element.points[0], pointFrom(0, 0))) {
|
||||
console.error("Linear element is not normalized", Error().stack);
|
||||
LinearElementEditor.normalizePoints(element);
|
||||
}
|
||||
|
||||
this.selectedPointsIndices = null;
|
||||
|
||||
Reference in New Issue
Block a user