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

When last node is open, items cannot be dropped below that node #125

Closed broncha closed 2 years ago

broncha commented 2 years ago

As the title says, it's not possible to drop an item below the last node which is open In my case, we've disabled moving parent to child, and since the last node is a child, we cannot drop any item below the last node.

broncha commented 2 years ago

I had to adjust the height of the container to make it work! So far so good.