|
|
|
@ -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, { |
|
|
|
|