mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Live code editor ignores tab key for improved a11y (#10992)
This commit is contained in:
@@ -133,7 +133,7 @@ class CodeEditor extends Component {
|
||||
},
|
||||
}}
|
||||
className="gatsby-highlight">
|
||||
<LiveEditor onChange={this._onChange} />
|
||||
<LiveEditor onChange={this._onChange} ignoreTabKey={true} />
|
||||
</div>
|
||||
</div>
|
||||
{error &&
|
||||
|
||||
Reference in New Issue
Block a user