Skip to content

Commit

Permalink
Merge pull request #226 from hozefaj/master [Close #219]
Browse files Browse the repository at this point in the history
fix(a11y): ability to tab through different categories
  • Loading branch information
EtienneLem authored Nov 13, 2018
2 parents e4d4226 + 937e335 commit a09730d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/anchors.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default class Anchors extends React.PureComponent {

return (
<span
tabIndex={0}
key={id}
title={i18n.categories[id]}
data-index={i}
Expand Down

0 comments on commit a09730d

Please sign in to comment.