Skip to content

Commit e083e60

Browse files
add comment that closing animation is not applied
1 parent ba2e45c commit e083e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data/material/components/material-icons/SearchIcons.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ export default function SearchIcons() {
610610
itemContent={Icon(handleOpenClick)}
611611
/>
612612
</Grid>
613-
{/* Temporary fix for Dialog not closing sometimes and Backdrop stuck at opacity 0 (see issue https://github.com/mui/material-ui/issues/32286). */}
613+
{/* Temporary fix for Dialog not closing sometimes and Backdrop stuck at opacity 0 (see issue https://github.com/mui/material-ui/issues/32286). One disadvantage is that the closing animation is not applied. */}
614614
{selectedIcon ? (
615615
<DialogDetails
616616
open={!!selectedIcon}

0 commit comments

Comments
 (0)