From 83bb5bb252124fd0490b2bed0c24756b2e6ffb75 Mon Sep 17 00:00:00 2001 From: ditiqi Date: Sun, 23 Feb 2025 21:42:55 +0800 Subject: [PATCH] add --- .../presentation/video-player/ControlButtons/FullScreen.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/components/presentation/video-player/ControlButtons/FullScreen.tsx b/apps/web/src/components/presentation/video-player/ControlButtons/FullScreen.tsx index b48b3e5..70b6c20 100755 --- a/apps/web/src/components/presentation/video-player/ControlButtons/FullScreen.tsx +++ b/apps/web/src/components/presentation/video-player/ControlButtons/FullScreen.tsx @@ -9,7 +9,7 @@ export default function FullScreen() { const { videoRef } = useContext(VideoPlayerContext); return ( <> - + ); }