react-arborist
react-arborist copied to clipboard
Cannot drop to bottom of the list
Hi!
I can't drag and drop an tree item to the end of the list.
This is actually caused by this commit, that moved the drop logic from the drag hook to the drop hook. But the logic was not copied to the outer-drop hook, that handles drops to the bottom of the list.
I guess we could add a drop handler in useOuterDrop? I'll work on a PR if can find some time. Meanwhile, I will revert to 3.4.1.
Same issue here 🙋
Also catch this this issue.
Same issue for us as well.