| Index: third_party/WebKit/Source/devtools/front_end/ui/SwatchPopoverHelper.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/SwatchPopoverHelper.js b/third_party/WebKit/Source/devtools/front_end/ui/SwatchPopoverHelper.js
|
| index 9ce5442eea3656ab7a3bf57397c7b25de71829bd..97549c01979f31f3a5e8fd1bfe6ba62b1c1ebc26 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/SwatchPopoverHelper.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/SwatchPopoverHelper.js
|
| @@ -53,6 +53,7 @@ UI.SwatchPopoverHelper = class extends Common.Object {
|
| this._view = view;
|
| this._hiddenCallback = hiddenCallback;
|
| this.reposition();
|
| + view.focus();
|
|
|
| var document = this._popover.element.ownerDocument;
|
| document.addEventListener('mousedown', this._hideProxy, false);
|
|
|