Is there any opposite method for DragManager.acceptDragDrop(),like DragManager.removeDragDrop() which can be handled in dragExit event.any ideas..
Is there any opposite method for DragManager.acceptDragDrop(),like DragManager.removeDragDrop() which can be handled in dragExit
Share
The opposite of this:
is this:
Or just not call
DragManager.acceptDragDropat all, here you can read this: