mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-01 11:24:57 +01:00
fix: Point duplication in LEE on ALT+click (#8347)
This commit is contained in:
@@ -741,7 +741,7 @@ export class LinearElementEditor {
|
||||
}
|
||||
if (event.altKey && appState.editingLinearElement) {
|
||||
if (
|
||||
linearElementEditor.lastUncommittedPoint == null ||
|
||||
linearElementEditor.lastUncommittedPoint == null &&
|
||||
!isElbowArrow(element)
|
||||
) {
|
||||
mutateElement(element, {
|
||||
|
||||
Reference in New Issue
Block a user