Open
Description
Consider the case of the following Tree:
- Root
- Level 1
- Level 2 Node
- Another Level 2 Node
- New node
- Level 1
The component will not let me drag "New node" into any level 2 node. To do this, I have to drag out a level 2 node, drag the "New node" into it and then drag it back into level 1.
After doing this, the tree will end up like this:
- Root
- Level 1
- Level 2 Node
- Another Level 2 Node
- New node
- Level 1
I have tried to debug why this is happening but couldn't find any solution. In the github page example, this behaviour happens too.