vue-beautiful-chat icon indicating copy to clipboard operation
vue-beautiful-chat copied to clipboard

Stop sendin isTyping event when no actual typing is happening

Open mattmezza opened this issue 5 years ago • 1 comments

If you press "alt" it handles it as a typing event, so when you alt+tab out of the browser, it's as if you were typing. I believe a typing event should happen when an actual character is typed.

Originally opened in #104.

mattmezza avatar Jun 26 '19 19:06 mattmezza

That and/or a way to send STOP_TYPING/NOT_TYPING events which are useful when coupling this with a SocketIO chat.

Berkmann18 avatar Feb 23 '20 00:02 Berkmann18