Skip to content

Commit

Permalink
Merge branch 'main' into dmceachernmsft/connecting-ringing-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmceachernmsft authored Oct 10, 2024
2 parents 2c3dd50 + 8f6ab24 commit cc0d1db
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ export const ParticipantItem = (props: ParticipantItemProps): JSX.Element => {
<div
ref={containerRef}
role={'menuitem'}
aria-expanded={!me ? !menuHidden : undefined}
aria-disabled={(menuItems && menuItems.length > 0) || props.onClick ? false : true}
data-is-focusable={true}
data-ui-id="participant-item"
Expand Down

0 comments on commit cc0d1db

Please sign in to comment.