Merge pull request #3535 from thelounge/richrd/fix-keybinds-in-input

Fix keybinds when chat input is focused.
This commit is contained in:
Pavel Djundik 2019-11-27 16:49:04 +02:00 committed by GitHub
commit 446f99f62a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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