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:
parent
11ab7ec829
commit
3857a02b0a
@ -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 = [];
|
||||
|
Loading…
Reference in New Issue
Block a user