Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js |
| diff --git a/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js b/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js |
| index adc793d4f02e12b9679c73c0585e5405dfa534c7..07d1ba366b61cac014003a4f013553120c017d2b 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js |
| @@ -145,8 +145,6 @@ Elements.ElementsTreeOutline = class extends UI.TreeOutline { |
| */ |
| setVisibleWidth(width) { |
| this._visibleWidth = width; |
| - if (this._multilineEditing) |
|
lushnikov
2017/03/01 23:52:48
let's resize to accomodate all space
einbinder
2017/03/02 00:25:09
Done.
|
| - this._multilineEditing.setWidth(this._visibleWidth); |
| } |
| /** |