minop1205 / react-dnd-treeview

A draggable / droppable React-based treeview component. You can use render props to create each node freely.
MIT License
530 stars 71 forks source link

Reorder items with multiple selection. #156

Closed nosferatu500 closed 1 year ago

nosferatu500 commented 2 years ago

Hi! Thanks for your work. Have a question: Is it possible to reorder with multiple selection? Right now, If I select multiple items and try to reorder them, only the first selected item will be reorder.