| Index: third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js b/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
|
| index 5721407cf9642276ae390cfbad79520154f2be61..66d019c57639b74d6d0002e24a88d9f58986943c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
|
| @@ -813,6 +813,7 @@ WebInspector.currentFocusElement = function()
|
| WebInspector._focusChanged = function(event)
|
| {
|
| var node = event.deepActiveElement();
|
| + WebInspector.Widget.focusWidgetForNode(node);
|
| WebInspector.setCurrentFocusElement(node);
|
| }
|
|
|
|
|