diff --git a/s/plyr.js b/s/plyr.js index f90404c..d2981ac 100644 --- a/s/plyr.js +++ b/s/plyr.js @@ -2623,7 +2623,7 @@ // If the mouse is not over the controls, set a timeout to hide them if (show || plyr.media.paused || loading) { - _toggleClass(plyr.container, config.classes.hideControls, true); + _toggleClass(plyr.container, config.classes.hideControls, false); // Always show controls when paused or if touch if (plyr.media.paused || loading) {