mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-05-22 13:49:07 +00:00
make typing indicators feel more accurate and reponsive
This commit is contained in:
parent
fce5917dd4
commit
aa71b3e71f
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
<news v-else />
|
||||
<div class="chat-input-area" v-if="selectedChannelID">
|
||||
<div class="message-area">
|
||||
<textarea class="chat-input" ref="input-box" placeholder="Message" @keydown="chatInput" @keyup="messageKeyUp" v-model="message"></textarea>
|
||||
<textarea class="chat-input" ref="input-box" placeholder="Message" @keydown="chatInput" @input="messageKeyUp" v-model="message"></textarea>
|
||||
<button :class="{'send-button': true, 'error-send-button': messageLength > 5000}" @click="sendMessage">Send</button>
|
||||
</div>
|
||||
<div class="info">
|
||||
|
|
|
|||
Loading…
Reference in a new issue