Skip to content

Commit

Permalink
fix(FEC-10445): voice over unable to play media (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyBregman committed Nov 23, 2020
1 parent 8e34dcc commit 4386e29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/shell/shell.js
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ class Shell extends Component {
return (
<div
tabIndex="0"
aria-label="Video Player"
className={playerClasses}
onTouchEnd={e => this.onTouchEnd(e)}
onMouseUp={() => this.onMouseUp()}
Expand Down

0 comments on commit 4386e29

Please sign in to comment.