Handle dragging with NVDA/JAWS in browse mode (#3524)
* Handle dragging with NVDA/JAWS in browse mode
* Don't allow other click events on standalone draggable elements
* Update packages/@react-aria/dnd/src/useDraggableItem.ts
Co-authored-by: Michael Jordan <mijordan@adobe.com>
* fix lint error after merge from main
* Fix merge
* Update isVirtualEvent.ts
* Move drop on Enter to key up
* Update useDrag.ts
* Fix test
Co-authored-by: Michael Jordan <mijordan@adobe.com>
Co-authored-by: Daniel Lu <dl1644@gmail.com>
Co-authored-by: Danni <drobinson@livefyre.com>