I am using interact.js and am trying to separate the elements into two divs (toolbox and matrix to be solved).
However when I attempt to implement this, if the elements and the matrix are not in the same div then the elements go back to the original position.
I am using the divs for the purposes of styling and want to achieve the following style (the solution would be one customizable div, and the toolbox would be another). Users would drag and drop elements from the toolbox to the solution div (the elements would be cloned so that they do not permanently leave the toolbox div). 
Here's my code so far: codesanbox link
Any help would be appreciated. Thank you!
Try to add
movelistener to clone the element before move byevent._interactionconditions.Something like this
Inspired by the old answer Drop and Clone an object using interact.js 2015