I'm using react-beautiful-dnd for my project.
I'm trying to make two draggables swap places (between droppables). Basically I only allow 1 draggable per droppable.
Everything is working fine, except for one part. The feature "move out of the way" keeps moving draggables away when I drag over them, but I don't want that.
Does anyone know a way of NOT moving draggables out of the way?