This commit is contained in:
Aakansha Doshi 2022-08-24 15:58:43 +05:30
parent bcb45f7cf6
commit fde521ef4d

View File

@ -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;