Compare commits

...

1 Commits

Author SHA1 Message Date
zsviczian
17477480f3
check for strict null 2024-08-09 23:21:43 +02:00

View File

@ -741,7 +741,7 @@ export class LinearElementEditor {
} }
if (event.altKey && appState.editingLinearElement) { if (event.altKey && appState.editingLinearElement) {
if ( if (
linearElementEditor.lastUncommittedPoint == null && linearElementEditor.lastUncommittedPoint === null &&
!isElbowArrow(element) !isElbowArrow(element)
) { ) {
mutateElement(element, { mutateElement(element, {