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