mirror of
https://github.com/ente-io/ente.git
synced 2025-08-14 02:07:33 +00:00
Fix same issue elsewhere
This commit is contained in:
@@ -152,11 +152,6 @@ export const AttributedMiniDialog: React.FC<
|
||||
},
|
||||
}}
|
||||
onClose={handleClose}
|
||||
// This is required to prevent console errors about aria-hiding a
|
||||
// focused button when the dialog is closed.
|
||||
//
|
||||
// https://github.com/mui/material-ui/issues/43106#issuecomment-2314809028
|
||||
closeAfterTransition={false}
|
||||
{...rest}
|
||||
>
|
||||
{(attributes.icon ?? attributes.title) && (
|
||||
|
Reference in New Issue
Block a user