Update plyr.js

This commit is contained in:
noxy 2017-02-02 17:03:59 +00:00
parent 2f2240d271
commit 01da1f83fc

View File

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