check for strict null
This commit is contained in:
parent
f7b3befd0a
commit
17477480f3
@ -741,7 +741,7 @@ export class LinearElementEditor {
|
||||
}
|
||||
if (event.altKey && appState.editingLinearElement) {
|
||||
if (
|
||||
linearElementEditor.lastUncommittedPoint == null &&
|
||||
linearElementEditor.lastUncommittedPoint === null &&
|
||||
!isElbowArrow(element)
|
||||
) {
|
||||
mutateElement(element, {
|
||||
|
Loading…
x
Reference in New Issue
Block a user