Fixed Accessiblity Issue jsx docblocks - 594

set ignoreTabKey to true so that keyboard only users can tab out of jsx docblocks
This commit is contained in:
Michael H
2018-02-21 20:34:02 -08:00
parent 67402932f6
commit f1cbff3e17

View File

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