clauderic / react-sortable-hoc

A set of higher-order components to turn any list into an animated, accessible and touch-friendly sortable list✌️
https://clauderic.github.io/react-sortable-hoc/
MIT License
10.81k stars 981 forks source link

Issue with dragging the larger components easily #785

Open ManK09 opened 3 years ago

ManK09 commented 3 years ago

I am facing a problem while using react-sortable-hoc, as soon as I increase the size of sortable items , I am able to drag it by only one place at once and the sort feature on drag do not work smoothly. Can someone suggest me what should be done?

ManK09 commented 3 years ago

https://user-images.githubusercontent.com/39599714/113645717-0ace6200-96a5-11eb-9c63-9c78da9a3813.mp4

JohnGao818 commented 2 years ago

@ManK09 Hi,how did you solve this problem?