Skip to content

Commit

Permalink
fix(client): update screenfull
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Jan 19, 2021
1 parent bd21107 commit 74b6326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/components/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const Sidebar = memo(
<MdFullscreen
style={{ width: 26, height: 26 }}
onClick={() => {
screenfull.enabled ? screenfull.toggle() : undefined;
screenfull.isEnabled ? screenfull.toggle() : undefined;
}}
className="sidebar-cursor"
/>
Expand Down

0 comments on commit 74b6326

Please sign in to comment.