Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: don't create user list on onstream chat #496

Closed
wants to merge 1 commit into from

Conversation

vyneer
Copy link
Contributor

@vyneer vyneer commented Jul 2, 2024

Creating the user menu while the element containing it doesn't exist (like with on-stream chat, for example) leads to detached DOM nodes getting spam-created and potentially never cleaned up.

Screenshot_20240702_080401

10 minutes later:
Screenshot_20240702_081515

I'm not sure if this actually causes any real performance issues/memory leaks, but it's better to have it fixed anyway.

@vyneer vyneer added the bug Something isn't working label Jul 2, 2024
@vyneer vyneer requested a review from 11k July 2, 2024 05:17
@11k
Copy link
Contributor

11k commented Jul 23, 2024

Closing this in favor of #497, which I like more.

@11k 11k closed this Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants