DevTools: [Console] schedule viewport refresh on console resize.

This patch schedules console viewport refresh on console view resize
event.

BUG=381547

Review URL: https://codereview.chromium.org/322723002

git-svn-id: svn://svn.chromium.org/blink/trunk@175757 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 775d98fa
......@@ -385,6 +385,7 @@ WebInspector.ConsoleView.prototype = {
onResize: function()
{
this._scheduleViewportRefresh();
this._prompt.hideSuggestBox();
this.restoreScrollPositions();
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment