When a list item is dragged, I want to create an empty space in the drop target so that the item can be inserted. I use react-dnd, how can I implement it?
When a list item is dragged, I want to create an empty space in the drop target so that the item can be inserted. I use react-dnd, how can I implement it?