I am using react beautiful dnd. I have two lists I have to drag from list A to list B but don't want to remove(whatever the animated effect it is) from list A when I hold & drag the item. I want it to be visible on the list A as it is. How can I do that?
For example https://codesandbox.io/s/-w5szl Left side is suppose to be list A & right is list B
Here when I am dragging 0th item from A to B I want it to be visible into A as well.
How Can I do that... Please help