dnd: when dragging, stop propagation to potential parent draggables (#4601)
* dnd: when dragging, stop propagation to potential parent draggables
* dnd: fix spelling typo
* dnd: attempt to add test for nested dragging
* dnd: fix missing dataTransfer var in test
* dnd: add stopPropagation to onDrag and onDragEnd
---------
Co-authored-by: Daniel Lu <dl1644@gmail.com>
Co-authored-by: Yihui Liao <44729383+yihuiliao@users.noreply.github.com>