add
This commit is contained in:
parent
22f58bce16
commit
0f0b6c748d
|
@ -23,7 +23,6 @@ export default function VideoPlayerLayout() {
|
|||
setIsHovering(true);
|
||||
setShowControls(true);
|
||||
}}>
|
||||
{!isReady && <div>123</div>}
|
||||
{!isReady && <LoadingOverlay></LoadingOverlay>}
|
||||
<VideoDisplay></VideoDisplay>
|
||||
<AnimatePresence>
|
||||
|
|
Loading…
Reference in New Issue