| Index: third_party/WebKit/Source/devtools/front_end/source_frame/SourcesTextEditor.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/source_frame/SourcesTextEditor.js b/third_party/WebKit/Source/devtools/front_end/source_frame/SourcesTextEditor.js
|
| index e8578d71a0c2210880a27e29ad82c39eb8867fe9..af8f11d6aa1d9a2fabaa259efeb4436dcabbf06e 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/source_frame/SourcesTextEditor.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/source_frame/SourcesTextEditor.js
|
| @@ -13,6 +13,7 @@ SourceFrame.SourcesTextEditor = class extends TextEditor.CodeMirrorTextEditor {
|
| lineNumbers: true,
|
| lineWrapping: false,
|
| bracketMatchingSetting: Common.moduleSetting('textEditorBracketMatching'),
|
| + padBottom: true
|
| });
|
|
|
| this.codeMirror().addKeyMap({'Enter': 'smartNewlineAndIndent', 'Esc': 'sourcesDismiss'});
|
|
|