Invoke custom listener on triggering fullscreen via double-click

This commit is contained in:
Guru Prasad Srinivasa 2020-09-23 18:24:53 -04:00
parent 11e48b0181
commit 4d25a33cb0

View File

@ -49,7 +49,7 @@ class Fullscreen {
return; return;
} }
this.toggle(); this.player.listeners.proxy(event, this.toggle, 'fullscreen');
}); });
// Tap focus when in fullscreen // Tap focus when in fullscreen