Skip to content

Commit 229df5e

Browse files
authored
Merge pull request reactjs#635 from EarthSchlange/patch_issue-594
Fixed Accessiblity Issue jsx docblocks - 594
2 parents 410edb8 + f1cbff3 commit 229df5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CodeEditor/CodeEditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ class CodeEditor extends Component {
179179
},
180180
}}
181181
className="gatsby-highlight">
182-
<LiveEditor onChange={this._onChange} />
182+
<LiveEditor ignoreTabKey={true} onChange={this._onChange} />
183183
</div>
184184
</div>
185185
{error && (

0 commit comments

Comments
 (0)