diff --git a/packages/client/src/components/MkEmojiPickerDialog.vue b/packages/client/src/components/MkEmojiPickerDialog.vue index fec014e40..8bbb4bb85 100644 --- a/packages/client/src/components/MkEmojiPickerDialog.vue +++ b/packages/client/src/components/MkEmojiPickerDialog.vue @@ -65,7 +65,12 @@ function chosen(emoji: any) { } function opening() { - // picker.value?.reset(); + try { + picker.value?.reset(); + } + catch (e) { + console.error(`Something's wrong with restting the emoji picker: ${e}`) + } picker.value?.focus(); } diff --git a/patrons.json b/patrons.json index 9ef30d7f2..7d38e5f00 100644 --- a/patrons.json +++ b/patrons.json @@ -72,6 +72,11 @@ "@richardazia@calckey.social", "@blues653@calckey.social", "@rafale_blue@calc.04.si", + "@esm@lethallava.land", + "@vmstan@vmst.io", + "@jtbennett@noc.social", + "@renere@distance.blue", + "@theking@kitsunes.club", "\nInterkosmos Link" ] }