clarified and combined warnings

This commit is contained in:
Henry Jameson 2026-05-18 18:21:59 +03:00
commit 44ea6d3469
16 changed files with 34 additions and 30 deletions

View file

@ -333,7 +333,6 @@ const EmojiInput = {
if (!this.pickerShown) {
this.scrollIntoView()
this.$refs.picker.showPicker()
this.$refs.picker.startEmojiLoad()
} else {
this.$refs.picker.hidePicker()
}