More highlight fix

This commit is contained in:
Mark Tolmacs 2025-03-16 16:08:09 +01:00
parent 9a02671c3f
commit 0165eae615

View file

@ -388,6 +388,11 @@ export class LinearElementEditor {
elementsMap,
)
: null,
hoverPointIndex:
lastClickedPoint === 0 ||
lastClickedPoint === element.points.length - 1
? lastClickedPoint
: -1,
isDragging: true,
};
}