new component type

This commit is contained in:
csawatzky 2026-04-21 15:38:14 -06:00
parent f7b5a59c98
commit 90ad5f8b12
7 changed files with 100 additions and 7 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>
)}