Merge pull request #1963 from gurupras/dblclick-fullscreen-custom-listener

Invoke custom listener on double-clicking on video (fullscreen)
This commit is contained in:
Sam Potts 2020-10-19 22:41:34 +11:00 committed by GitHub
commit 80bdf04fde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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