diff --git a/app/components/home.tsx b/app/components/home.tsx index 74434eb0..9d20c32c 100644 --- a/app/components/home.tsx +++ b/app/components/home.tsx @@ -135,7 +135,8 @@ function useSubmitHandler() { (config.submitKey === SubmitKey.Enter && !e.altKey && !e.ctrlKey && - !e.shiftKey) + !e.shiftKey && + !e.metaKey) ); };