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
Is your feature request related to a problem? Please describe.
I'm in need to do some stuff when the user starts drag/touch action. The only events I found are onInteractionStart and onInteractionEnd but they contain wheel/zoom event which I don't want to include.
Describe the solution you'd like
Either couple of new props like onDragStart/onDragEnd/onTouchStart/onTouchEnd or add type: Drag/Touch/Wheel arg to existing onInteraction events.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm in need to do some stuff when the user starts drag/touch action. The only events I found are
onInteractionStart
andonInteractionEnd
but they contain wheel/zoom event which I don't want to include.Describe the solution you'd like
Either couple of new props like
onDragStart
/onDragEnd
/onTouchStart
/onTouchEnd
or addtype: Drag/Touch/Wheel
arg to existingonInteraction
events.The text was updated successfully, but these errors were encountered: