Skip to content

Commit

Permalink
Full screen fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulovmr committed Jan 7, 2020
1 parent c4a1bbf commit 98272a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/online-editor/src/editor/EditorPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export function EditorPage(props: Props) {
document.removeEventListener("mozfullscreenchange", toggleFullScreen);
document.removeEventListener("msfullscreenchange", toggleFullScreen);
};
}, []);
});

return (
<Page>
Expand Down

0 comments on commit 98272a3

Please sign in to comment.