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:
csawatzky 2026-05-20 10:09:23 -06:00
parent 71ab8ab5cb
commit ced3576c96

View file

@ -1539,7 +1539,7 @@ export default function BinVisualizer(props: Props) {
<InfoOutlined />
</IconButton>
) : (
<IconButton size="small" onClick={fullScreenHandler.enter}>
<IconButton size="small" onClick={() => fullScreenHandler.enter()}>
<FullscreenIcon />
</IconButton>
)}