Closed hungnguyen1412 closed 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
node 3
Thanks
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
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 2Thanks