Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenThrust committed Jan 16, 2025
2 parents f80da50 + e8aaa1a commit 9c5d46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function setFullScreen() {

export function Layout({ children }: { children: React.ReactNode }) {
useEffect(() => {
// addEventListener("click", setFullScreen);
addEventListener("click", setFullScreen);
return () => removeEventListener("click", setFullScreen);
}, []);

Expand Down

0 comments on commit 9c5d46a

Please sign in to comment.