mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-19 06:52:05 +00:00
add navigation todo
This commit is contained in:
parent
177860aed4
commit
6de43d29b9
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue