Merge branch 'master' into mtolmacs/fix/diamond-u-flowchart-arrow

This commit is contained in:
Márk Tolmács 2025-04-06 17:30:50 +02:00 committed by GitHub
commit 65e66a904e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 73 additions and 44 deletions

View file

@ -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;