Skip to content

Commit

Permalink
Merge branch 'FullScreen' of https://github.com/Vayras/sphinx-nav-fiber
Browse files Browse the repository at this point in the history
… into FullScreen
  • Loading branch information
Vayras committed Jan 3, 2024
2 parents a88f6ab + 1afc893 commit 199299a
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,6 @@ const MediaPlayerComponent: FC<Props> = ({ hidden }) => {
}
}

// const handleVideoClick = () => {
// if (isReady) {
// togglePlay()
// }
// }

const toggleFullScreen = () => {
if (wrapperRef.current) {
if (!document.fullscreenElement) {
Expand Down

0 comments on commit 199299a

Please sign in to comment.