summaryrefslogtreecommitdiff
path: root/packages/client/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/client/src')
-rw-r--r--packages/client/src/components/MkEmojiPicker.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/components/MkEmojiPicker.vue b/packages/client/src/components/MkEmojiPicker.vue
index 3de0afbf50..3dc90ce545 100644
--- a/packages/client/src/components/MkEmojiPicker.vue
+++ b/packages/client/src/components/MkEmojiPicker.vue
@@ -135,7 +135,7 @@ watch(q, () => {
return;
}
- const newQ = q.value.replace(/:/g, '');
+ const newQ = q.value.replace(/:/g, '').toLowerCase();
const searchCustom = () => {
const max = 8;