Skip to content

Commit

Permalink
fix(FEC-7591): player shell is not part of the tabbing traversal (#157)
Browse files Browse the repository at this point in the history
adding the shell to the tabbing traversal, changing it tabIndex attribute to 0.
  • Loading branch information
odedhutzler authored and Dan Ziv committed Dec 12, 2017
1 parent 402a8c8 commit 2031c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shell/shell.js
Expand Up @@ -200,7 +200,7 @@ class Shell extends BaseComponent {

return (
<div
tabIndex="-1"
tabIndex="0"
className={playerClasses}
onClick={() => this.onClick()}
onMouseOver={() => this.onMouseOver()}
Expand Down

0 comments on commit 2031c54

Please sign in to comment.