minop1205 / react-dnd-treeview

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

some placeholders together #185

Open krendeeel opened 1 year ago

krendeeel commented 1 year ago

When dragging an element between vertical trees, several placeholders are displayed at the same time: image

developergunny commented 1 year ago

Can I see your code?

minop1205 commented 1 year ago

I am aware of this problem. This problem is caused by Treeview not being able to detect when the drag target is out of the Treeview area.

I am investigating this issue but have not yet found an effective solution and are continuing to look into ways to address this issue.

desire commented 10 months ago

@minop1205 hello i need this fixed :(

also how do i make it so that the trees are isolated. i dont want to be able to drag things across from each tree

CleanShot 2023-10-12 at 17 41 30@2x