summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/inspector/front-end/ContextMenu.js
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/inspector/front-end/ContextMenu.js')
-rw-r--r--Source/WebCore/inspector/front-end/ContextMenu.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/inspector/front-end/ContextMenu.js b/Source/WebCore/inspector/front-end/ContextMenu.js
index 47045a2..58810fb 100644
--- a/Source/WebCore/inspector/front-end/ContextMenu.js
+++ b/Source/WebCore/inspector/front-end/ContextMenu.js
@@ -44,6 +44,7 @@ WebInspector.ContextMenu.prototype = {
WebInspector._contextMenu = this;
InspectorFrontendHost.showContextMenu(event, this._items);
}
+ event.stopPropagation();
},
appendItem: function(label, handler, disabled)