Interact.js Draggable / Move multiple border restriction
I’m working in a project where I got to move allot of elements, and I have to keep them within the respective border, however my current approach the code allows to move multiple elements at once but it only checks for the one I started the drag on to see if it hits a border, all the others can get outside of it.