| Index: third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js b/third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js
|
| index 5d2782129c514dccfe8c2366a65ff4fa17911085..0d0c1f980a540d66ff6a304c09a24ecd23fa50cf 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js
|
| @@ -409,6 +409,8 @@ WebInspector.InspectorView.prototype = {
|
| */
|
| defaultFocusedElement: function()
|
| {
|
| + if (this._drawer.hasFocus())
|
| + return this._drawer.defaultFocusedElement();
|
| return this._currentPanel ? this._currentPanel.defaultFocusedElement() : null;
|
| },
|
|
|
|
|