EmbeddedChat icon indicating copy to clipboard operation
EmbeddedChat copied to clipboard

Fixed room information component

Open Yashraj7890 opened this issue 2 years ago • 2 comments

Fixed the component's functionality to hide when clicked outside the component and also removed the unwanted scrollbars.

Fixes # (425)

Closes #425

Yashraj7890 avatar Jan 24 '24 12:01 Yashraj7890

Good work, @Yashraj7890 . I would like to add a few points here. Ensure that hiding the scrollbar does not affect the scrollbar in the Threads menu.

Also, closing the menu after clicking outside is not an appropriate behavior in this case. If it were designed with an overlay over the chat body, that would be expected behavior. However, currently, both the chat body and menu is expected and designed to work at the same time.

So hiding the scrollbar is good, but the rest I feel is not appropriate in my opinion.

Spiral-Memory avatar Feb 09 '24 21:02 Spiral-Memory