minop1205 / react-dnd-treeview

A draggable / droppable React-based treeview component. You can use render props to create each node freely.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reorder items with multiple selection.

nosferatu500 opened this issue · comments

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.