From b51616235750309d267ead59651ad887575c05bb Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Fri, 20 May 2022 18:37:05 -0500 Subject: [PATCH] oops --- website/src/App.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/src/App.tsx b/website/src/App.tsx index 1350678..a81fbd2 100644 --- a/website/src/App.tsx +++ b/website/src/App.tsx @@ -82,8 +82,6 @@ import { } from "./types/dictionary-types"; import PhraseBuilder from "./screens/PhraseBuilder"; -// FIXME why - // to allow Moustrap key combos even when input fields are in focus Mousetrap.prototype.stopCallback = function () { return false;