If dropzone is a valid square, could we detect if draggable (valid square of same size) crosses left (or right) edge of square through interact.js using dragMove events? On dragEnd, I want to call different APIs if draggable was towards left versus right of dropzone-square? Should I create two drop-zones for left and right of square?