| Index: third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js b/third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js
|
| index 94f04e5084a47a595ee29e3fbaceb8fde38490af..7a21d2074e4aa56afc68dd414cb906d862de6d29 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js
|
| @@ -176,7 +176,7 @@ WebInspector.CodeMirrorTextEditor = class extends WebInspector.VBox {
|
| static autocompleteCommand(codeMirror) {
|
| var autocompleteController = codeMirror._codeMirrorTextEditor._autocompleteController;
|
| if (autocompleteController)
|
| - autocompleteController.autocomplete();
|
| + autocompleteController.autocomplete(true);
|
| }
|
|
|
| /**
|
|
|