mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-09 10:37:22 +02:00
fix
This commit is contained in:
@@ -431,9 +431,8 @@ export class LinearElementEditor {
|
||||
);
|
||||
}
|
||||
if (
|
||||
(!appState.editingLinearElement &&
|
||||
distance >= 2 * LinearElementEditor.POINT_HANDLE_SIZE) ||
|
||||
appState.editingLinearElement
|
||||
appState.editingLinearElement ||
|
||||
distance >= 2 * LinearElementEditor.POINT_HANDLE_SIZE
|
||||
) {
|
||||
visiblePointIndexes.push(index);
|
||||
previousPoint = point;
|
||||
|
Reference in New Issue
Block a user