diff options
| author | tusooa <tusooa@kazv.moe> | 2023-01-21 01:28:43 -0500 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-01-21 01:28:43 -0500 |
| commit | 72cb9e8bdbd41b66f72f8dd0dcd52cc04c7a2245 (patch) | |
| tree | 89eefbc46533aac8c7af1c490a2228fccaa1b44a /src/components/emoji_input | |
| parent | 6235af4592c52a657415ffae772bd83ec106bc13 (diff) | |
Make all emoji inputs screen-reader-friendly
Diffstat (limited to 'src/components/emoji_input')
| -rw-r--r-- | src/components/emoji_input/emoji_input.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/emoji_input/emoji_input.js b/src/components/emoji_input/emoji_input.js index 020e9fde..3b0db786 100644 --- a/src/components/emoji_input/emoji_input.js +++ b/src/components/emoji_input/emoji_input.js @@ -287,6 +287,7 @@ const EmojiInput = { ...rest, img: imageUrl || '' })) + this.highlighted = -1 this.$refs.screenReaderNotice.announce( this.$tc('tool_tip.autocomplete_available', this.suggestions.length, |
