mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 20:53:08 +00:00
Merge pull request #635 from EarthSchlange/patch_issue-594
Fixed Accessiblity Issue jsx docblocks - 594
This commit is contained in:
@@ -179,7 +179,7 @@ class CodeEditor extends Component {
|
||||
},
|
||||
}}
|
||||
className="gatsby-highlight">
|
||||
<LiveEditor onChange={this._onChange} />
|
||||
<LiveEditor ignoreTabKey={true} onChange={this._onChange} />
|
||||
</div>
|
||||
</div>
|
||||
{error && (
|
||||
|
||||
Reference in New Issue
Block a user