From e2d749dfc9277fa05a5fb62c8c86bda34581e628 Mon Sep 17 00:00:00 2001 From: Brecert <11599528+Brecert@users.noreply.github.com> Date: Wed, 20 Feb 2019 03:20:42 -0600 Subject: [PATCH] rename typing indicator to better reflect new event --- src/components/app/RightPanel.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {