mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Fixed Accessiblity Issue jsx docblocks - 594
set ignoreTabKey to true so that keyboard only users can tab out of jsx docblocks
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