allow for setting additional listener for captions
This commit is contained in:
parent
a9bb8afca4
commit
96ae866baa
@ -3065,7 +3065,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Captions
|
// Captions
|
||||||
_on(plyr.buttons.captions, 'click', _toggleCaptions);
|
_proxyListener(plyr.buttons.captions, 'click', config.listeners.captions, _toggleCaptions);
|
||||||
|
|
||||||
// Seek tooltip
|
// Seek tooltip
|
||||||
_on(plyr.progress.container, 'mouseenter mouseleave mousemove', _updateSeekTooltip);
|
_on(plyr.progress.container, 'mouseenter mouseleave mousemove', _updateSeekTooltip);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user