react-smooth-dnd
react-smooth-dnd copied to clipboard
Horizontal draggable snaps to far left after drop
It appears that whenever behaviour
is set to drop-zone
, if you drag an element from that container and cancel the drag, it flies off to the left of the container - this happens with every element in the list.
Looks as if perhaps they all think they're the first item in the list?
Has anyone encountered this before?