This commit is contained in:
Lucas Bordeau 2024-10-31 15:35:26 +01:00
parent a4ac735590
commit ee2290f82c

View File

@ -8,6 +8,7 @@ import {
LightIconButtonProps,
} from 'twenty-ui';
import { SelectHotkeyScope } from '@/ui/input/types/SelectHotkeyScope';
import { Dropdown } from '@/ui/layout/dropdown/components/Dropdown';
import { MenuItemLeftContent } from '../internals/components/MenuItemLeftContent';
import {
@ -89,7 +90,7 @@ export const MenuItemWithOptionDropdown = ({
}
dropdownComponents={dropdownContent}
dropdownId={dropdownId}
dropdownHotkeyScope={{ scope: 'sd' }}
dropdownHotkeyScope={{ scope: SelectHotkeyScope.Select }}
disableBlur
/>
</div>