minop1205 / react-dnd-treeview

A draggable / droppable React-based treeview component. You can use render props to create each node freely.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The first child of a parent will not drag

elmcapp opened this issue · comments

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

Screen.Recording.2023-05-03.at.12.46.58.PM.mov

@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.?