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

Memory leak #744

Closed
wants to merge 7 commits into from
Closed

Conversation

alexturpin
Copy link

There is a memory leak happening because the mousedown event on document never gets cleared for each popper. This fixes it.

This was referenced Jan 25, 2019
@alexturpin
Copy link
Author

Sorry I'm bad at pull requests and hadn't realized the changes would all be included everytime. This is the order in which they should be merged and squashed for best commits: #742, #743, #744

@sandstrom
Copy link
Contributor

friendly ping @FezVrasta 😄

@FezVrasta
Copy link
Member

CodeClimate checks are failing (there's a lot of code repetition in this PR).

If anyone wants to adopt the PR, fix the CodeClimate errors, and maybe add a test to make sure the fix works, I'll happily merge it.

@sandstrom
Copy link
Contributor

@FezVrasta Understand, those are valid points!

Awesome work you've done on popper, it's a beautiful library!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants