| Index: third_party/WebKit/Source/devtools/front_end/inline_editor/SwatchPopoverHelper.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/inline_editor/SwatchPopoverHelper.js b/third_party/WebKit/Source/devtools/front_end/inline_editor/SwatchPopoverHelper.js
|
| index 8c6c9d34c99f2743226a419fad3e4c4aea71196f..69adaad157d3bbbf96b9548ca272ee3d7b955120 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/inline_editor/SwatchPopoverHelper.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/inline_editor/SwatchPopoverHelper.js
|
| @@ -9,7 +9,6 @@ InlineEditor.SwatchPopoverHelper = class extends Common.Object {
|
| super();
|
| this._popover = new UI.GlassPane();
|
| this._popover.registerRequiredCSS('inline_editor/swatchPopover.css');
|
| - this._popover.setBlockPointerEvents(false);
|
| this._popover.setSizeBehavior(UI.GlassPane.SizeBehavior.MeasureContent);
|
| this._popover.setMarginBehavior(UI.GlassPane.MarginBehavior.Arrow);
|
| this._popover.element.addEventListener('mousedown', e => e.consume(), false);
|
|
|