MediaAttachmentGrid: fix viewer DOM not removed
All checks were successful
/ depoly (push) Successful in 1m5s
All checks were successful
/ depoly (push) Successful in 1m5s
This commit is contained in:
parent
980f8cff7e
commit
2b2cc2000a
2 changed files with 17 additions and 13 deletions
|
@ -323,7 +323,7 @@ const MediaViewer: ParentComponent<MediaViewerProps> = (props) => {
|
|||
boxShadow: showControls() ? "var(--tutu-shadow-e6)" : undefined,
|
||||
}}
|
||||
>
|
||||
<IconButton onClick={props.onClose}>
|
||||
<IconButton onClick={props.onClose} disableRipple>
|
||||
<Close />
|
||||
</IconButton>
|
||||
</Toolbar>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue