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

Mutation observer triggered heavily #2

Open
NathanC opened this issue Nov 15, 2022 · 0 comments
Open

Mutation observer triggered heavily #2

NathanC opened this issue Nov 15, 2022 · 0 comments
Labels
bug Something isn't working serious serious issue

Comments

@NathanC
Copy link
Owner

NathanC commented Nov 15, 2022

In v0.2, the mutation observer gets triggered for every character change in a text area. This is not intended, and has a large impact—I had a memory leak, and while it's not clear this was the cause, it seems likely.

If we can restrict the mutation observation to a smaller top level scope that catches all new text areas, or if we can prevent it from being invoked on value change, that would be good.

@NathanC NathanC added bug Something isn't working serious serious issue labels Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working serious serious issue
Projects
None yet
Development

No branches or pull requests

1 participant