1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-30 16:17:41 +01:00

add navigation todo

This commit is contained in:
Jelle van Snik 2023-01-23 23:58:40 +01:00
parent 177860aed4
commit 6de43d29b9

View file

@ -7,6 +7,7 @@ interface Props {
className?: string; className?: string;
} }
// TODO store popout in router history so you can press back to yeet
export function VideoPopout(props: Props) { export function VideoPopout(props: Props) {
const { videoState } = useVideoPlayerState(); const { videoState } = useVideoPlayerState();
const popoutRef = useRef<HTMLDivElement>(null); const popoutRef = useRef<HTMLDivElement>(null);