Browse Source

Fixed Accessiblity Issue jsx docblocks - 594

set ignoreTabKey to true so that keyboard only users can tab out of jsx docblocks
main
Michael H 7 years ago
parent
commit
f1cbff3e17
  1. 2
      src/components/CodeEditor/CodeEditor.js

2
src/components/CodeEditor/CodeEditor.js

@ -179,7 +179,7 @@ class CodeEditor extends Component {
},
}}
className="gatsby-highlight">
<LiveEditor onChange={this._onChange} />
<LiveEditor ignoreTabKey={true} onChange={this._onChange} />
</div>
</div>
{error && (

Loading…
Cancel
Save