mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 13:20:48 +00:00
Don't show emoji chooser unless entered search text is 3+ characters
This commit is contained in:
@@ -175,7 +175,7 @@ export class EmojiCompletion {
|
||||
}
|
||||
}
|
||||
|
||||
if (leftTokenText.length < 2) {
|
||||
if (leftTokenText.length < 3) {
|
||||
this.reset();
|
||||
return PASS_THROUGH;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user