mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix
This commit is contained in:
parent
bcb45f7cf6
commit
fde521ef4d
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue