Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 74b6326

Browse files
committed
fix(client): update screenfull
1 parent bd21107 commit 74b6326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/src/components/Sidebar.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const Sidebar = memo(
7575
<MdFullscreen
7676
style={{ width: 26, height: 26 }}
7777
onClick={() => {
78-
screenfull.enabled ? screenfull.toggle() : undefined;
78+
screenfull.isEnabled ? screenfull.toggle() : undefined;
7979
}}
8080
className="sidebar-cursor"
8181
/>

0 commit comments

Comments
 (0)