Skip to content

Commit

Permalink
sp
Browse files Browse the repository at this point in the history
  • Loading branch information
mnvr committed Feb 17, 2025
1 parent 6ccca21 commit 00db3c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/packages/base/components/utils/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ const components: Components = {

MuiDialog: {
defaultProps: {
// [Note: Overjealous Chrome? Complicated ARIA?]
// [Note: Overzealous Chrome? Complicated ARIA?]
//
// This is required to prevent console errors about aria-hiding a
// focused button when the dialog is closed.
Expand Down
2 changes: 1 addition & 1 deletion web/packages/gallery/components/FileInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ const FileInfoSidebar = styled(
<SidebarDrawer
{...props}
anchor="right"
// See: [Note: Overjealous Chrome? Complicated ARIA?], but this time
// See: [Note: Overzealous Chrome? Complicated ARIA?], but this time
// with a different workaround.
//
// https://github.com/mui/material-ui/issues/43106#issuecomment-2514637251
Expand Down
2 changes: 1 addition & 1 deletion web/packages/gallery/components/viewer/photoswipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export class FileViewerPhotoSwipe {
// leave this at the default (true) and then swipe between slides
// fast, or show MUI drawers etc.
//
// See: [Note: Overjealous Chrome? Complicated ARIA?], but time with
// See: [Note: Overzealous Chrome? Complicated ARIA?], but time with
// a different library.
trapFocus: false,
// Set the index within files that we should open to. Subsequent
Expand Down

0 comments on commit 00db3c0

Please sign in to comment.