Fix keybinds when chat input is focused.

This commit is contained in:
Richard Lewis 2019-11-27 14:28:54 +00:00
parent bbbaf128bb
commit b089b92b1e

View file

@ -5,6 +5,7 @@
id="input"
ref="input"
dir="auto"
class="mousetrap"
:value="channel.pendingMessage"
:placeholder="getInputPlaceholder(channel)"
:aria-label="getInputPlaceholder(channel)"