Beautiful and accessible drag and drop for lists with React
-
Updated
Jan 4, 2021 - JavaScript
I have a list of collapsible items and would like to minimize them before sorting starts, due to issues related to #32. Is there something like before-sort event or some other hook I can use? Thanks.
Add a description, image, and links to the drag topic page so that developers can more easily learn about it.
To associate your repository with the drag topic, visit your repo's landing page and select "manage topics."
Just need to run
enableHoverClass(sortableElement, false)in the right spots.