From 1d22b7ae0c3f9870539d17873760111b15a11170 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 24 Oct 2021 12:40:17 -0700 Subject: [PATCH] chore: Turn on command bar in prod --- app/components/Layout.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/components/Layout.js b/app/components/Layout.js index d288f6856..9c5e94d74 100644 --- a/app/components/Layout.js +++ b/app/components/Layout.js @@ -70,11 +70,7 @@ class Layout extends React.Component { this.props.ui.toggleCollapsedSidebar(); } - @keydown([ - "t", - "/", - env.ENVIRONMENT === "development" ? undefined : `${meta}+k`, - ]) + @keydown(["t", "/"]) goToSearch(ev: SyntheticEvent<>) { ev.preventDefault(); ev.stopPropagation();