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

Should be dropped between 2 nodes #46

Closed hungnguyen1412 closed 3 years ago

hungnguyen1412 commented 3 years ago

I mean, we have a tree likes that: --node 1 --node 2 --node 3

I drag and drop the node 3 between node 1 and node 2, it becomes: --node 1 --node 3 --node 2

Thanks

minop1205 commented 3 years ago

Thank you for your comments. This issue is currently being addressed, but will be closed as it overlaps with the following issue. https://github.com/minop1205/react-dnd-treeview/issues/41