Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: call component dispose in resize manager to fix leak (#5369)
Because we add Touch Activity in the parent class and those don't actually get removed in Resize Manager we leak on every dispose. Calling super.dispose() cleans them up because we remove our list of handlers via a call to DomData.removeData Fixes #5339
- Loading branch information