Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mscolnick committed Jan 8, 2025
1 parent 7776114 commit 5293ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ui/fullscreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function useFullScreenElement() {
*/
export function withFullScreenAsRoot<
T extends {
container?: HTMLElement | null;
container?: Element | DocumentFragment | null;
},
>(Component: React.ComponentType<T>) {
const Comp = (props: T) => {
Expand Down

0 comments on commit 5293ba3

Please sign in to comment.