fix
This commit is contained in:
parent
bcb45f7cf6
commit
fde521ef4d
@ -431,9 +431,8 @@ export class LinearElementEditor {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
if (
|
if (
|
||||||
(!appState.editingLinearElement &&
|
appState.editingLinearElement ||
|
||||||
distance >= 2 * LinearElementEditor.POINT_HANDLE_SIZE) ||
|
distance >= 2 * LinearElementEditor.POINT_HANDLE_SIZE
|
||||||
appState.editingLinearElement
|
|
||||||
) {
|
) {
|
||||||
visiblePointIndexes.push(index);
|
visiblePointIndexes.push(index);
|
||||||
previousPoint = point;
|
previousPoint = point;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user