react-sortable-hoc icon indicating copy to clipboard operation
react-sortable-hoc copied to clipboard

How to add event handlers to child components of SortableElement?

Open subham-iihglobal opened this issue 5 years ago • 1 comments

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?

Stackoverflow question

subham-iihglobal avatar Dec 13 '19 11:12 subham-iihglobal

use pressDelay for SortableContainer

jakekutsel avatar Sep 14 '20 12:09 jakekutsel