зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
2f839d2b95
Коммит
0866f2c27f
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче