Bug 1490086 - Disable autoCloseBrackets feature for console input;r=nchevobbe

Differential Revision: https://phabricator.services.mozilla.com/D5907

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Brian Grinstead 2018-09-17 16:08:24 +00:00
Родитель 2f839d2b95
Коммит 0866f2c27f
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -193,6 +193,7 @@ class JSTerm extends Component {
this.editor = new Editor({
autofocus: true,
enableCodeFolding: false,
autoCloseBrackets: false,
gutters: [],
lineWrapping: true,
mode: Editor.modes.js,