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