This commit is contained in:
Baltazar Gomez 2019-10-11 15:39:46 -06:00 committed by Sean Yesmunt
parent 4916a443ed
commit 0cf9a3f18a

View file

@ -137,7 +137,7 @@ function VideoViewer(props: Props) {
videoNode.paused ? videoNode.play() : videoNode.pause();
}
// Fullscreen toggle shotcuts
// Fullscreen toggle shortcuts
if (e.keyCode === FULLSCREEN_KEYCODE || e.keyCode === F11_KEYCODE) {
if(!player.isFullscreen()) {
player.requestFullscreen();