From 6de43d29b95e12a38b989d88106a55d02285207e Mon Sep 17 00:00:00 2001 From: Jelle van Snik Date: Mon, 23 Jan 2023 23:58:40 +0100 Subject: [PATCH] add navigation todo --- src/components/video/parts/VideoPopout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/video/parts/VideoPopout.tsx b/src/components/video/parts/VideoPopout.tsx index 6ad49302..e8de0262 100644 --- a/src/components/video/parts/VideoPopout.tsx +++ b/src/components/video/parts/VideoPopout.tsx @@ -7,6 +7,7 @@ interface Props { className?: string; } +// TODO store popout in router history so you can press back to yeet export function VideoPopout(props: Props) { const { videoState } = useVideoPlayerState(); const popoutRef = useRef(null);