diff --git a/src/components/app/RightPanel.vue b/src/components/app/RightPanel.vue index c1835aa..7d567dc 100644 --- a/src/components/app/RightPanel.vue +++ b/src/components/app/RightPanel.vue @@ -19,7 +19,7 @@
- +
@@ -130,7 +130,7 @@ export default { await typingService.post(this.selectedChannelID); }, 2000); }, - async messageKeyUp(event){ + async onInput(event){ this.messageLength = this.message.length; const value = event.target.value.trim(); if (value && this.postTimerID == null) {