Skip to content

Commit 98bfa9f

Browse files
committed
don't clear display
1 parent 6a6a9a6 commit 98bfa9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/tracks/text-track-display.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ class TextTrackDisplay extends Component {
243243
const tracks = this.player_.textTracks();
244244
const allowMultipleShowingTracks = this.options_.allowMultipleShowingTracks;
245245

246-
this.clearDisplay();
246+
// this.clearDisplay();
247247

248248
if (allowMultipleShowingTracks) {
249249
const showingTracks = [];

0 commit comments

Comments
 (0)