Merge pull request #468 from jronallo/captions-listener
allow for setting additional listener for captions
This commit is contained in:
commit
7490a7e7f3
@ -3066,7 +3066,7 @@
|
||||
}
|
||||
|
||||
// Captions
|
||||
_on(plyr.buttons.captions, 'click', _toggleCaptions);
|
||||
_proxyListener(plyr.buttons.captions, 'click', config.listeners.captions, _toggleCaptions);
|
||||
|
||||
// Seek tooltip
|
||||
_on(plyr.progress.container, 'mouseenter mouseleave mousemove', _updateSeekTooltip);
|
||||
|
Loading…
x
Reference in New Issue
Block a user