mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Translate emoji names everywhere
This commit is contained in:
@@ -694,7 +694,7 @@ export function CompositionInput(props: Props): React.ReactElement {
|
||||
React.useEffect(() => {
|
||||
const emojiCompletion = emojiCompletionRef.current;
|
||||
|
||||
if (emojiCompletion == null || emojiSkinToneDefault == null) {
|
||||
if (emojiCompletion == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user