Merge "Turn on native CodeMirror spellcheck feature"

This commit is contained in:
jenkins-bot 2017-10-04 23:54:32 +00:00 committed by Gerrit Code Review
commit 02062173b6

View file

@ -390,6 +390,8 @@
Home: 'goLineLeft',
End: 'goLineRight'
},
inputStyle: 'contenteditable',
spellcheck: true,
viewportMargin: Infinity
} );