| Index: Source/devtools/front_end/ContextMenu.js
|
| diff --git a/Source/devtools/front_end/ContextMenu.js b/Source/devtools/front_end/ContextMenu.js
|
| index 7c2ded1af03a634de5d88a5e3aa93888ab3df534..4c0a3e738e401e5f69d4208d0d3115ff53b8f27c 100644
|
| --- a/Source/devtools/front_end/ContextMenu.js
|
| +++ b/Source/devtools/front_end/ContextMenu.js
|
| @@ -223,7 +223,7 @@ WebInspector.ContextMenu.prototype = {
|
| } else {
|
| InspectorFrontendHost.showContextMenu(this._event, menuObject);
|
| }
|
| - this._event.consume();
|
| + this._event.consume(true);
|
| }
|
| },
|
|
|
|
|