react-touch
react-touch copied to clipboard
dragStart/dragEnd events for <Draggable/>
I'd like to disable certain behaviors when an element is dragged, for instance, scrolling sideways which is being handled by a different component:

It can be achieved relatively easily in the form of stopping propagation should there be an entry point to enable/disable it.