Relative Content

Tag Archive for csstouchdragplaceholderdrop

React sortable tree

When I drag a node from left to right, it drops correctly. However, when I try to drag additional nodes from left to right, it requires the previous node to be selected or touched to drop. In my case, I want to drop the node under the previous node without having to touch it. I have been modifying canDrop, but I couldn’t achieve the desired behavior.