Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
btzr-io authored and Sean Yesmunt committed Oct 14, 2019
1 parent 4916a44 commit 0cf9a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/component/viewers/videoViewer/view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 0cf9a3f

Please sign in to comment.