We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Open and close select dropdown and see attached window event listeners. Resize and scroll are not cleared. Try it few times, events are accumulating.
Tested on Chrome and Firefox
Events are removed after closing dropdown.
Resize and scroll events are not removed and persists in memory. Causing memory leak. Probably caused by Popper.js
You can test it on: https://vuematerial.io/components/select
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce
Open and close select dropdown and see attached window event listeners. Resize and scroll are not cleared.
Try it few times, events are accumulating.
Which browser?
Tested on Chrome and Firefox
What is expected?
Events are removed after closing dropdown.
What is actually happening?
Resize and scroll events are not removed and persists in memory. Causing memory leak. Probably caused by Popper.js
Reproduction Link
You can test it on: https://vuematerial.io/components/select
The text was updated successfully, but these errors were encountered: