mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-26 02:40:07 +02:00
check for 2 pointer arrows
This commit is contained in:
@@ -432,6 +432,7 @@ export class LinearElementEditor {
|
||||
}
|
||||
if (
|
||||
appState.editingLinearElement ||
|
||||
element.points.length === 2 ||
|
||||
distance >= 2 * LinearElementEditor.POINT_HANDLE_SIZE
|
||||
) {
|
||||
visiblePointIndexes.push(index);
|
||||
|
Reference in New Issue
Block a user