new component type
This commit is contained in:
parent
f7b5a59c98
commit
90ad5f8b12
7 changed files with 100 additions and 7 deletions
|
|
@ -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>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue