Skip to content

Commit 959a7c5

Browse files
LFDanLudannify
andauthored
fix root drop indicator so iOS VO can target it via swiping (#3569)
Co-authored-by: Danni <[email protected]>
1 parent 1be5939 commit 959a7c5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/@react-spectrum/list/src/RootDropIndicator.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ export default function RootDropIndicator() {
1919
<div role="row" aria-hidden={dropIndicatorProps['aria-hidden']}>
2020
<div
2121
role="gridcell"
22-
aria-selected="false"
23-
{...visuallyHiddenProps}>
24-
<div role="button" {...dropIndicatorProps} ref={ref} />
22+
aria-selected="false">
23+
<div role="button" {...visuallyHiddenProps} {...dropIndicatorProps} ref={ref} />
2524
</div>
2625
</div>
2726
);

0 commit comments

Comments
 (0)