Incorrect node drop position
Opened this issue · 0 comments
svvem commented
Dragged node takes incorrect position when it dropped as child to node that already has last expanded child.
It inserts after last child, but it's own children draw after new node and can moved with it.
Problem can easy solved if you will insert dropped node as first child.
Thanks.