Index: Source/devtools/front_end/Main.js |
diff --git a/Source/devtools/front_end/Main.js b/Source/devtools/front_end/Main.js |
index fcfa7d22d3f67e498a480a33c515aa0594b5ec87..3532deed987247d13a293d321fcb9f1426e1b45a 100644 |
--- a/Source/devtools/front_end/Main.js |
+++ b/Source/devtools/front_end/Main.js |
@@ -520,6 +520,8 @@ WebInspector.Main.prototype = { |
{ |
if (event.handled) |
return; |
+ if (WebInspector.Dialog.currentInstance()) |
+ return; |
if (WebInspector.inspectorView.currentPanel()) { |
WebInspector.inspectorView.currentPanel().handleShortcut(event); |