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 with dynamic dom content #340

Open
ozgurakcali opened this issue Dec 18, 2017 · 0 comments
Open

Memory Leak with dynamic dom content #340

ozgurakcali opened this issue Dec 18, 2017 · 0 comments

Comments

@ozgurakcali
Copy link

We are using this plugin with handsontable. We make table cells draggable and droppable with this plugin. User can load new data to the table without refreshing the page. We have detected a memory leak in this case. When the cells are draggable and droppable, each time user loads new data to the table, memory usage of the app increases. I think this is because this plugin keeps reference to old cells in the table, even though they are no longed in the DOM. We did not observe a memory leak when we removed drag - drop functionality of the cells. I think the plugin does not remove references automatically when dom elements are removed, is there a way to do this manually?

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

No branches or pull requests

1 participant