Merge pull request #635 from EarthSchlange/patch_issue-594

Fixed Accessiblity Issue jsx docblocks - 594
This commit is contained in:
Alex Krolick
2018-03-07 21:53:03 -08:00
committed by GitHub

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 && (