Skip to content

Commit

Permalink
[Feature] Enable spell check
Browse files Browse the repository at this point in the history
Close #404, #268.
  • Loading branch information
wwebfor committed Oct 13, 2017
1 parent 21c9c5a commit 880ef90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/scripts/components/codemirror/Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ export default class Codemirror {
lineWrapping : true,
indentUnit : parseInt(this.options.configs.indentUnit, 10),
extraKeys : this.extraKeys,
inputStyle : 'contenteditable',
spellcheck : true,
});
}

Expand Down

0 comments on commit 880ef90

Please sign in to comment.