We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9234071 + 48679a7 commit 9ff892cCopy full SHA for 9ff892c
src/playbacks/html5_video/html5_video.js
@@ -529,7 +529,6 @@ export default class HTML5Video extends Playback {
529
this._destroyed = true
530
this.handleTextTrackChange && this.el.textTracks.removeEventListener('change', this.handleTextTrackChange)
531
this.$el.off('contextmenu')
532
- this.isPiPActive && this.exitPiP()
533
super.destroy()
534
this.el.removeAttribute('src')
535
this.el.load() // load with no src to stop loading of the previous source and avoid leaks
0 commit comments