johnny / johnny/jquery-sortable

Memleak, not clearing containerGroups in 0.9.13

Open
#229 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
1.5k
Forks
429
PR merge metrics
No merged PRs in 30d

Description

Noticed that containerGroups are no longer destroyed and this can (and in my case did) cause memleaks. Solver is adding the one line that was present in previous versions.
`destroy: function () {
this.traverse(function(object){
object._destroy();
})
this.rootGroup._destroy();
}`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.