Update plyr.js

This commit is contained in:
noxy 2017-02-02 17:06:27 +00:00
parent 01da1f83fc
commit 9a1edde889

View File

@ -2605,7 +2605,7 @@
show = _inArray(['mousemove', 'touchstart', 'mouseenter', 'focus'], toggle.type);
// Delay hiding on move events
if (_inArray(['touchmove'], toggle.type)) {
if (_inArray(['mouseleave'], toggle.type)) {
delay = 200;
}