mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
check for 2 pointer arrows
This commit is contained in:
parent
fde521ef4d
commit
76910828c2
1 changed files with 1 additions and 0 deletions
|
@ -432,6 +432,7 @@ export class LinearElementEditor {
|
||||||
}
|
}
|
||||||
if (
|
if (
|
||||||
appState.editingLinearElement ||
|
appState.editingLinearElement ||
|
||||||
|
element.points.length === 2 ||
|
||||||
distance >= 2 * LinearElementEditor.POINT_HANDLE_SIZE
|
distance >= 2 * LinearElementEditor.POINT_HANDLE_SIZE
|
||||||
) {
|
) {
|
||||||
visiblePointIndexes.push(index);
|
visiblePointIndexes.push(index);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue