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

some placeholders together

krendeeel opened this issue · comments

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

Can I see your code?

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.