fix typo
This commit is contained in:
parent
4916a443ed
commit
0cf9a3f18a
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue