You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when the circle is small enough, radius and center edit handlers will overlap.
Dragging one of those handlers will trigger both events _onCenterHandleMouseDown and _onRadiusHandlesMouseDown which provoke weird behaviours after mouseup/mouseout: the circle sticks to the cursor and you have to refresh the page to reset it:
v1.6.5
I would expect only one of the events to be triggered: the one corresponding to the cursor style.
move -> center handler mouse down event
ns-resize , ew-resize -> radius handler mouse down event
Currently, when the circle is small enough, radius and center edit handlers will overlap.
Dragging one of those handlers will trigger both events
_onCenterHandleMouseDown
and_onRadiusHandlesMouseDown
which provoke weird behaviours after mouseup/mouseout: the circle sticks to the cursor and you have to refresh the page to reset it:v1.6.5
I would expect only one of the events to be triggered: the one corresponding to the cursor style.
move
-> center handler mouse down eventns-resize
,ew-resize
-> radius handler mouse down eventbugfix/overlapping-events
Pull request: #79
The text was updated successfully, but these errors were encountered: