You can nest the drag sources in one another. If a nested drag source
returns false
from canDrag
, its parent will
be asked, until a draggable source is found and activated. Only the
activated drag source will have its beginDrag()
and
endDrag()
called.
Drop here.