Merge branch 'master' into 3d_bin

This commit is contained in:
csawatzky 2026-05-20 11:59:08 -06:00
commit acdc18ce28
2 changed files with 2 additions and 2 deletions

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>
)}