mirror of
https://github.com/videojs/video.js.git
synced 2025-03-17 21:18:27 +02:00
fix(resize-manager): call super.dispose() in dispose method (#5853)
This commit is contained in:
parent
a2431ce74c
commit
6eb9fd3dfb
@ -132,6 +132,7 @@ class ResizeManager extends Component {
|
||||
this.resizeObserver = null;
|
||||
this.debouncedHandler_ = null;
|
||||
this.loadListener_ = null;
|
||||
super.dispose();
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user