From 82d6855d4edebe3232f568adac81c24fa1f6bfe2 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 1 Oct 2017 18:45:20 -0700 Subject: [PATCH] Remove cmd+k, already used to add links --- frontend/components/Layout/Layout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/Layout/Layout.js b/frontend/components/Layout/Layout.js index 3827f253..1d72cd14 100644 --- a/frontend/components/Layout/Layout.js +++ b/frontend/components/Layout/Layout.js @@ -46,7 +46,7 @@ type Props = { search: true, }; - @keydown(['/', 't', 'meta+k']) + @keydown(['/', 't']) goToSearch(ev) { ev.preventDefault(); ev.stopPropagation();