Skip to content

Commit

Permalink
don't clear display
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev committed Oct 6, 2020
1 parent 11ab7ec commit 3857a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/tracks/text-track-display.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
Expand Down

0 comments on commit 3857a02

Please sign in to comment.