mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Visual bug fixes for v1.29
This commit is contained in:
@@ -94,7 +94,7 @@ export const EmojiButton = React.memo(
|
||||
return;
|
||||
}
|
||||
|
||||
if (ctrlOrCommand && shiftKey && (key === 'e' || key === 'E')) {
|
||||
if (ctrlOrCommand && shiftKey && (key === 'j' || key === 'J')) {
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user