Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
Try to fixm menu blocked after first choice (kmoskwiak#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
datagutt committed Jun 18, 2019
1 parent 37419bb commit b4fbd0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/videojs-resolution-switcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@

menuButton.el().classList.add('vjs-resolution-button');
player.controlBar.resolutionSwitcher = player.controlBar.addChild(menuButton);
player.controlBar.resolutionSwitcher.children[1].classList.remove('vjs-hidden');
});
}

Expand Down

0 comments on commit b4fbd0f

Please sign in to comment.