Replies: 1 comment
-
Probably would consider this a bug. It's probably from a preventDefault. I know |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In desktop browsers, it’s typically expected to be able to drag and drop links, however, this feature seems to be disabled by React Aria, whether by using the
Link
component, or theuseLink
andusePress
hooks. Any reason for this? And is there any way to reenable the default behavior?Beta Was this translation helpful? Give feedback.
All reactions