Skip to content

Commit

Permalink
fullscreenIcon correct state
Browse files Browse the repository at this point in the history
  • Loading branch information
LunatiqueCoder committed Jul 6, 2024
1 parent 94befca commit 0f8719a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/media-console/src/VideoPlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ const AnimatedVideoPlayer = (
seekerFillWidth={seekerFillWidth}
seekerPosition={seekerPosition}
setSeekerWidth={setSeekerWidth}
isFullscreen={isFullscreen}
isFullscreen={_isFullscreen}
disableFullscreen={disableFullscreen}
toggleFullscreen={toggleFullscreen}
showControls={showControls}
Expand Down

0 comments on commit 0f8719a

Please sign in to comment.