Live code editor ignores tab key for improved a11y (#10992)

This commit is contained in:
Brian Vaughn
2017-10-03 11:15:00 -07:00
committed by GitHub
parent 25dbf03e66
commit 53c1b8b0d7
+1 -1
View File
@@ -133,7 +133,7 @@ class CodeEditor extends Component {
},
}}
className="gatsby-highlight">
<LiveEditor onChange={this._onChange} />
<LiveEditor onChange={this._onChange} ignoreTabKey={true} />
</div>
</div>
{error &&