Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Resolve tab navigation issue in Firefox #4562

Merged
merged 7 commits into from
Nov 8, 2024
Prev Previous commit
Next Next commit
Merge branch 'main' into fj/tab-navigation-firefox
Aejkatappaja authored Oct 29, 2024
commit 4b2e19185d87c6239bcf9959400fc88e5e4ab61c
1 change: 1 addition & 0 deletions src/components/MiniMenu/MiniMenu.tsx
Original file line number Diff line number Diff line change
@@ -47,3 +47,4 @@ export const MiniMenu = ({className, items}: MiniMenuProps) => {
</ReactFocusLock>
);
};

You are viewing a condensed version of this merge commit. You can view the full changes here.