lukasbach / react-complex-tree

Unopinionated Accessible Tree Component with Multi-Select and Drag-And-Drop
https://rct.lukasbach.com
MIT License
952 stars 77 forks source link

Bug fix: Folder disappeared when trying to drop it inside of itself. #205

Closed sebastianfdz closed 1 year ago

sebastianfdz commented 1 year ago

Current behavior is erratic: When a folder is expanded and the user drags the folder into itself the folder disappears. To prevent this I added a quick check for current item index being equal to parent index.

lukasbach commented 1 year ago

Good catch, thanks for your contribution!