Skip to content

Commit 878b168

Browse files
committed
Set aria-hidden on div in ResizeHandle
1 parent 1720c1a commit 878b168

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/HeaderCell.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ function ResizeHandle<R, SR>({
370370

371371
return (
372372
<div
373+
aria-hidden
373374
className={resizeHandleClassname}
374375
onClick={stopPropagation}
375376
onPointerDown={onPointerDown}

0 commit comments

Comments
 (0)