Alex B
Alex B
This commit is fixing a bug when user of iOS zooming screen with sortable elements. When two sortable items are touched then ```handlePress``` function fires two times and after releasing...
When two sortable items are touched during zoom on iOS after releasing item one of them runs away from screen. More info with video are attached in this PR https://github.com/clauderic/react-sortable-hoc/pull/833
I would propose feature to support multiple elements highlight. All elements selected with attachTo.element will be highlighted if attachTo.multiple is true. I added multiple flag to attachTo field to keep...