Index: Source/devtools/front_end/console/ConsoleView.js |
diff --git a/Source/devtools/front_end/console/ConsoleView.js b/Source/devtools/front_end/console/ConsoleView.js |
index 9a2118b39203289bb5a9889b5fd91d70134d639b..44d091a21cdf92c358d66b0b1669f86671932212 100644 |
--- a/Source/devtools/front_end/console/ConsoleView.js |
+++ b/Source/devtools/front_end/console/ConsoleView.js |
@@ -469,6 +469,7 @@ WebInspector.ConsoleView.prototype = { |
{ |
this._scheduleViewportRefresh(); |
this._prompt.hideSuggestBox(); |
+ this._prompt.clearAutoComplete(true); |
pfeldman
2014/12/03 12:34:38
lgtm
Do we think these two come together? If so,
|
if (this._viewport.scrolledToBottom()) |
this._immediatelyScrollToBottom(); |
}, |