mirror of
https://github.com/thelounge/thelounge
synced 2024-11-26 14:00:21 +00:00
Allow shift+enter to insert new lines
This commit is contained in:
parent
a0f42af0d8
commit
8133805dec
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
:aria-label="getInputPlaceholder(channel)"
|
||||
:disabled="!$root.connected"
|
||||
class="mousetrap"
|
||||
@keypress.enter.prevent="onSubmit"
|
||||
@keypress.enter.exact.prevent="onSubmit"
|
||||
/>
|
||||
<span
|
||||
v-if="$root.connected"
|
||||
|
|
Loading…
Reference in a new issue