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

Doesnt seem working when dragging + scrolling

Open vincentwinkel opened this issue 2 years ago • 2 comments

When I drag then scroll (on Macbook), the selected item doesn't follow the mouse.

I literally copy/pasted the example in the README and tied it out with 30 items in a box.

vincentwinkel avatar Feb 08 '23 14:02 vincentwinkel

thank you for feedback, I will check it later.

ThaddeusJiang avatar Mar 28 '23 14:03 ThaddeusJiang

I'm very sorry, I had to take care of some family matters earlier. I will check on this issue within the week.

ThaddeusJiang avatar May 08 '23 07:05 ThaddeusJiang

Updating the dnd-kit libraries to the latest version solved the issue for me. So I had to copy out the library to my project. Fortunately the library has only two files (SortableItem, SortableList).

Tobo7 avatar Oct 03 '24 07:10 Tobo7

@Tobo7 Thank you for your feedback, I have upgraded dndkit.

ThaddeusJiang avatar Oct 09 '24 06:10 ThaddeusJiang