react-arborist icon indicating copy to clipboard operation
react-arborist copied to clipboard

Cannot drop to bottom of the list

Open jledentu opened this issue 5 months ago • 3 comments

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.

jledentu avatar Jul 22 '25 11:07 jledentu

Same issue here 🙋

0xlau avatar Sep 20 '25 06:09 0xlau

Also catch this this issue.

ioziian avatar Sep 29 '25 15:09 ioziian

Same issue for us as well.

kapil-LH avatar Oct 23 '25 09:10 kapil-LH