We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be5939 commit 959a7c5Copy full SHA for 959a7c5
packages/@react-spectrum/list/src/RootDropIndicator.tsx
@@ -19,9 +19,8 @@ export default function RootDropIndicator() {
19
<div role="row" aria-hidden={dropIndicatorProps['aria-hidden']}>
20
<div
21
role="gridcell"
22
- aria-selected="false"
23
- {...visuallyHiddenProps}>
24
- <div role="button" {...dropIndicatorProps} ref={ref} />
+ aria-selected="false">
+ <div role="button" {...visuallyHiddenProps} {...dropIndicatorProps} ref={ref} />
25
</div>
26
27
);
0 commit comments