EmbeddedChat icon indicating copy to clipboard operation
EmbeddedChat copied to clipboard

Fix of display text when user is typing

Open umangutkarsh opened this issue 2 years ago • 1 comments

Description:

To fix the display of text, when a user is typing. It should be displayed only when others are typing. Not to display when user1 is typing. It should only be displayed to user1 when user2 is typing.

Example-- Should be displayed <user2> is typing... to user1 and Vice-versa

Steps to reproduce:

  1. Go to Chat area.
  2. Type some message
  3. See your_name displayed as <your_name> is typing...

Expected behavior:

Should only be displayed when others are typing.

Actual behavior:

type3.webm

umangutkarsh avatar Dec 31 '23 17:12 umangutkarsh

Hi @sidmohanty11 . I've opened PR(#381 ) to fix the issue mentioned by you in the comments of #367 . Please review it and let me know if anything is required. Thanks

umangutkarsh avatar Jan 02 '24 10:01 umangutkarsh