-
-
Notifications
You must be signed in to change notification settings - Fork 180
onDragStart/onDragEnd events #576
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersreleasedThis issue/pull request has been released.This issue/pull request has been released.
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersreleasedThis issue/pull request has been released.This issue/pull request has been released.
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
onInteractionStartandonInteractionEndbut 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/onTouchEndor addtype: Drag/Touch/Wheelarg to existingonInteractionevents.