-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Potential memory leaks with event listeners #452
Comments
k-ivan
changed the title
Removing keydown listener when destroyed
Potential memory leaks with event listeners
Dec 1, 2023
k-ivan
added a commit
to k-ivan/driver.js
that referenced
this issue
Dec 1, 2023
Hello @kamranahmedse ! I would really like to solve this problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the great plugin!
It seems to me that in the method for removing event handlers there is not enough removal for the
keydown
event.https://github.com/kamranahmedse/driver.js/blob/master/src/events.ts#L118
The text was updated successfully, but these errors were encountered: