mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 05:08:06 +00:00
Defer to default keybindings for alt + enter
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user