Merge branch 'master' into 3d_bin
This commit is contained in:
commit
acdc18ce28
2 changed files with 2 additions and 2 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