-
-
Notifications
You must be signed in to change notification settings - Fork 179
onDragStart/onDragEnd events #576
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers