Browse Source

add navigation todo

pull/126/head
Jelle van Snik 3 years ago
parent
commit
6de43d29b9
  1. 1
      src/components/video/parts/VideoPopout.tsx

1
src/components/video/parts/VideoPopout.tsx

@ -7,6 +7,7 @@ interface Props { @@ -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<HTMLDivElement>(null);

Loading…
Cancel
Save