the method is called when drag-n-drop has finished
target | HTMLElement | a DOM element used as a drop target |
html | HTMLElement | a DOM element of the drag marker |
e | Event | a native HTML event |
The method is not purposed for direct call! It is an extension point.
You can override it with your own logic, but check drag-n-drop related events first, as they provide a much more convenient way for drag-n-drop handling.
Back to top