We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0493460 commit 235dcb8Copy full SHA for 235dcb8
1 file changed
WebUI/src/components/ChatForm.vue
@@ -31,6 +31,7 @@ export default {
31
this.$vext.DispatchEventLocal('AC:SendChatMessage', this.GetTarget + ':' + this.inputMessage);
32
33
this.ResetInputMessage();
34
+ this.$store.dispatch('DisableTyping');
35
},
36
ResetInputMessage () {
37
this.inputMessage = '';
0 commit comments