1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-02 06:32:07 +02:00

don't clear display

This commit is contained in:
Gary Katsevman 2020-03-24 10:08:12 -04:00
parent 11ab7ec829
commit 3857a02b0a

View File

@ -243,7 +243,7 @@ class TextTrackDisplay extends Component {
const tracks = this.player_.textTracks();
const allowMultipleShowingTracks = this.options_.allowMultipleShowingTracks;
this.clearDisplay();
// this.clearDisplay();
if (allowMultipleShowingTracks) {
const showingTracks = [];