EmojiPicker: Workaround to search immediately on mobile
Compare changes
@@ -6,6 +6,7 @@ import {
@@ -176,7 +177,7 @@ const EmojiPicker = {
@@ -197,7 +198,7 @@ const EmojiPicker = {
Fixes for EmojiPicker and ReactButton that make them search immediately on input on android. Before, it would wait with the search until you actually select one of the keyboard suggestions.