-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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(SideNav): detect child node for blur #6043
Conversation
This changes fixes a logic in `<SideNav>` where it detects focus on a nav item as side nav losing focus as a whole. Fixes carbon-design-system#6004.
Deploy preview for carbon-elements ready! Built with commit 3faaf6a |
Deploy preview for carbon-components-react ready! Built with commit 3faaf6a https://deploy-preview-6043--carbon-components-react.netlify.app |
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.
looks good to me, the side nav menu no longer collapses and prevents interacting with menu items
This changes fixes a logic in `<SideNav>` where it detects focus on a nav item as side nav losing focus as a whole. Fixes #6004.
This changes fixes a logic in
<SideNav>
where it detects focus on anav item as side nav losing focus as a whole.
Fixes #6004.
Changelog
Changed
Testing / Reviewing
Testing should make sure side nav is not broken.