Skip to content

Commit

Permalink
add comment that closing animation is not applied
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli committed Aug 8, 2024
1 parent ba2e45c commit e083e60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ export default function SearchIcons() {
itemContent={Icon(handleOpenClick)}
/>
</Grid>
{/* Temporary fix for Dialog not closing sometimes and Backdrop stuck at opacity 0 (see issue https://github.com/mui/material-ui/issues/32286). */}
{/* 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. */}
{selectedIcon ? (
<DialogDetails
open={!!selectedIcon}
Expand Down

0 comments on commit e083e60

Please sign in to comment.