Skip to content

Commit

Permalink
Fix hidden video controls in MediaLesson
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Aug 23, 2021
1 parent 9310e2c commit 410b406
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -712,7 +712,6 @@
this.addEvents = function() {
this.popcornInstance.on( "timeupdate", function() {
$("#overlayGray").hide();
mediaLesson.enableControls(this.media, false, true);
var popTime = mediaLesson.popcornInstance.currentTime();
//console.log("Timeupdate: " + popTime + " prevTime=" + prevTime + ", seeking=" + mediaLesson.popcornInstance.seeking());
var block = mediaLesson.getBlock(lastTime);
Expand Down

0 comments on commit 410b406

Please sign in to comment.