Skip to content

Commit

Permalink
fix(blocked-arai-hidden): not set aria-hidden on focusing element (#6949
Browse files Browse the repository at this point in the history
)
  • Loading branch information
renjie-run authored Oct 26, 2024
1 parent 10e504a commit 2398a66
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1074,8 +1074,6 @@ class InteractionMasks extends React.Component {
onKeyDown={this.onKeyDown}
onFocus={this.onFocus}
onScroll={this.onScroll}
tabIndex={0}
aria-hidden="true"
>
{draggedRange && (
<DragMask
Expand Down

0 comments on commit 2398a66

Please sign in to comment.