Skip to content

Commit

Permalink
Merge pull request #160 from Vizzuality/fix/embed
Browse files Browse the repository at this point in the history
Fix/embed
  • Loading branch information
mluena authored Oct 18, 2024
2 parents 69da569 + 4731dd6 commit 74746d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/containers/welcome-message/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function WelcomeMessage() {
const handleFullscreen = () => {
setFullscreen(screenfull?.isFullscreen);
};

useEffect(() => {
if (screenfull.isEnabled) {
screenfull.on("change", handleFullscreen);
Expand Down

0 comments on commit 74746d0

Please sign in to comment.