Skip to content
This repository has been archived by the owner on Apr 3, 2021. It is now read-only.

Commit

Permalink
New: Make CodeEditor keyboard accessible (Tab key) (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnoorfatima authored and helfi92 committed Oct 17, 2019
1 parent 6b2ca82 commit a73e438
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/CodeEditor/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export default class CodeEditor extends Component {
mode: 'application/json',
theme: 'material',
indentWithTabs: false,
extraKeys: { Tab: false },
gutters: ['CodeMirror-lint-markers'],
lineNumbers: true,
...options,
Expand Down

0 comments on commit a73e438

Please sign in to comment.