I want to know when a node has been dropped on another node. This can be achieved using the 'drop' event except for when the node being dropped is dragged from the symbol palette and dropped on a existing node directly. At that point the drop event target is the diagram itself. How can I deduce on which specific node the new node has been dropped?