hotfix to try and fix the fullscreen bug some users are seeing, i cant test it because i can't replicate the bug
This commit is contained in:
parent
71ab8ab5cb
commit
ced3576c96
1 changed files with 1 additions and 1 deletions
|
|
@ -1539,7 +1539,7 @@ export default function BinVisualizer(props: Props) {
|
||||||
<InfoOutlined />
|
<InfoOutlined />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
) : (
|
) : (
|
||||||
<IconButton size="small" onClick={fullScreenHandler.enter}>
|
<IconButton size="small" onClick={() => fullScreenHandler.enter()}>
|
||||||
<FullscreenIcon />
|
<FullscreenIcon />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
)}
|
)}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue