-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
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. |
Hello @kamranahmedse, I noticed that this issue has been around for some time now. Could you please provide an update or let us know if there are any plans to address this issue? Thank you! |
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: