minop1205 / react-dnd-treeview

A draggable / droppable React-based treeview component. You can use render props to create each node freely.
MIT License
516 stars 69 forks source link

The first child of a parent will not drag #202

Open elmcapp opened 1 year ago

elmcapp commented 1 year ago

I am having a problem where if I have a folder with children the first child of that parent will not drag. If I try to drag the first child inside of a parent it tries to move the whole parent. Seem to be happening in Chrome

https://user-images.githubusercontent.com/64275658/235984978-068be76f-149d-4988-ac64-cbe56adaa1a5.mov

minop1205 commented 1 year ago

@elmcapp Thanks for the report!

I would like to debug this if I can reproduce it in my environment, Will you please provide a reproducible repository or CodeSandbox, etc.?