From ff76e36f7df2df3393696f9c827199cecb756aa8 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 29 Sep 2014 16:56:14 -0600 Subject: [PATCH] =?UTF-8?q?Only=20display=20=E2=80=98Inspect=20Element?= =?UTF-8?q?=E2=80=99=20item=20in=20dev=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/context-menu-manager.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/context-menu-manager.coffee b/src/context-menu-manager.coffee index c0481bd5d..dc0e81c27 100644 --- a/src/context-menu-manager.coffee +++ b/src/context-menu-manager.coffee @@ -27,6 +27,7 @@ class ContextMenuManager @add '.workspace': [{ label: 'Inspect Element' command: 'application:inspect' + devMode: true created: (event) -> {pageX, pageY} = event @commandOptions = {x: pageX, y: pageY}