|
@@ -432,6 +432,7 @@ export class LinearElementEditor {
|
|
}
|
|
}
|
|
if (
|
|
if (
|
|
appState.editingLinearElement ||
|
|
appState.editingLinearElement ||
|
|
|
|
+ element.points.length === 2 ||
|
|
distance >= 2 * LinearElementEditor.POINT_HANDLE_SIZE
|
|
distance >= 2 * LinearElementEditor.POINT_HANDLE_SIZE
|
|
) {
|
|
) {
|
|
visiblePointIndexes.push(index);
|
|
visiblePointIndexes.push(index);
|