I'm using this solution (Joint.js Drag and Drop Element between two papers) to drag and drop over two papers which it works perfectly.
I would like to know if it exists a way to know if you drop the ghost (ie. the cell in the flyPaper graph) over a cell in the main graph and if it is possible, how can I get this cell.
In fact, I would like to do different actions depending on where the cell is dropped in the main graph. For example, if the cell is dropped on another cell (which has a precise type) etc.
Thanks for your help.