Browse Source
Merge pull request #635 from EarthSchlange/patch_issue-594
Fixed Accessiblity Issue jsx docblocks - 594
main
Alex Krolick
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 && ( |
|
|
|