-
Notifications
You must be signed in to change notification settings - Fork 58
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
Conversation
fc00705
to
2d851b2
Compare
While the issue only applies to Firefox, it would be nice to have a general solution for this. Do you think that's possible? |
I enabled autofocus by default, which now ensures compatibility across all browsers, including Firefox. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, please do the same for ColorPicker
as well, so you select the Color by pressing enter and tab within the ColorPicker :)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks for your contribution @Aejkatappaja 🫶
Description
Changelog
MiniMenu
andColorPicker
Checklist