diff --git a/src/components/dropdown-menu/MenuItems.tsx b/src/components/dropdown-menu/MenuItems.tsx index 46b80540..9fb3601e 100644 --- a/src/components/dropdown-menu/MenuItems.tsx +++ b/src/components/dropdown-menu/MenuItems.tsx @@ -126,7 +126,8 @@ function Item(props: ItemProps) { {({ active }) => ( { + onClick={(event) => { + event.stopPropagation(); onSelect(option); }} active={active}