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();
|
videoNode.paused ? videoNode.play() : videoNode.pause();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fullscreen toggle shotcuts
|
// Fullscreen toggle shortcuts
|
||||||
if (e.keyCode === FULLSCREEN_KEYCODE || e.keyCode === F11_KEYCODE) {
|
if (e.keyCode === FULLSCREEN_KEYCODE || e.keyCode === F11_KEYCODE) {
|
||||||
if(!player.isFullscreen()) {
|
if(!player.isFullscreen()) {
|
||||||
player.requestFullscreen();
|
player.requestFullscreen();
|
||||||
|
|
Loading…
Add table
Reference in a new issue