SortableJS / react-sortablejs

React bindings for SortableJS
http://sortablejs.github.io/react-sortablejs/
MIT License
1.98k stars 206 forks source link

Filter is restricting button click in iOS devices #270

Open naveenbskn opened 1 year ago

bporcelli commented 1 year ago

@naveenbskn I ran into this as well. In my case adding preventOnFilter={false} to the ReactSortable element helped.