diff --git a/ts/components/CompositionInput.tsx b/ts/components/CompositionInput.tsx index aa123dfda1..730f6c0d1c 100644 --- a/ts/components/CompositionInput.tsx +++ b/ts/components/CompositionInput.tsx @@ -639,7 +639,7 @@ export const CompositionInput = ({ return 'enter-emoji'; } - if (e.key === 'Enter' && !e.shiftKey) { + if (e.key === 'Enter' && !e.shiftKey && !e.altKey) { if (large && !(controlKey || commandKey)) { return getDefaultKeyBinding(e); }