| Index: third_party/WebKit/Source/devtools/front_end/ui/View.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/View.js b/third_party/WebKit/Source/devtools/front_end/ui/View.js
|
| index 96af77ad28bc57c17b91fff5bb4ce77fe3523fdc..fb1b51ce9ef688c8fb8ebc6a43fd885bc22fcfb2 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/View.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/View.js
|
| @@ -420,7 +420,7 @@ UI.ViewManager._ContainerWidget = class extends UI.VBox {
|
| super();
|
| this.element.classList.add('flex-auto', 'view-container', 'overflow-auto');
|
| this._view = view;
|
| - this.element.tabIndex = 0;
|
| + this.element.tabIndex = -1;
|
| this.setDefaultFocusedElement(this.element);
|
| }
|
|
|
|
|