Skip to content

Commit

Permalink
set tabIndex to -1 in the users list of breakout modal
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonlsouza committed Aug 17, 2021
1 parent d08a4eb commit 2327e92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ class BreakoutRoom extends PureComponent {
return this.getUserByRoom(room)
.map((user) => (
<p
tabIndex={0}
tabIndex={-1}
id={user.userId}
key={user.userId}
className={cx(
Expand Down

0 comments on commit 2327e92

Please sign in to comment.