Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41f658 commit 4efa82aCopy full SHA for 4efa82a
site/src/modules/management/OrganizationSidebarView.tsx
@@ -116,7 +116,6 @@ const OrganizationsSettingsNavigation: FC<
116
</PopoverTrigger>
117
<PopoverContent align="start" className="w-60">
118
<Command>
119
- {/* <button type="button" className="sr-only" /> */}
120
<CommandList>
121
<CommandGroup className="pb-2">
122
{organizations.length > 1 && (
@@ -129,6 +128,8 @@ const OrganizationsSettingsNavigation: FC<
129
128
setIsPopoverOpen(false);
130
navigate(urlForSubpage(organization.name));
131
}}
+ // There is currently an issue with the cmdk component for keyboard navigation
132
+ // https://github.com/pacocoursey/cmdk/issues/322
133
tabIndex={0}
134
>
135
<Avatar
0 commit comments