react-sortable-hoc
react-sortable-hoc copied to clipboard
How to add event handlers to child components of SortableElement?
I've just used your library, let me say it is one of the BEST REACT LIBRARIES out there.
But I'm having trouble handling events which have been bound to the elements that are inside of SortableElement. Before adding the "sort" feature, event handlers were working fine. But now, they have become unresponsive, it seems that control does not reach the event handlers.
Can you please point out what I should do to make child events work?
use pressDelay for SortableContainer