im trying to figure out a way to safely delete a new component i put in a DragAndDropContainer after its mouse up. however, the DragAndDropContainer recives a mouseUp() call only after the “parent” component which initiated the drag function. and this only allows me to delete the component before it is being dropped.
any simple way to overcome this?