Skip to content

Commit

Permalink
undo formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ID-JA committed Jan 5, 2024
1 parent 615db31 commit 3f3dd55
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/@mantine/core/src/components/Combobox/Combobox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,7 @@ export function Combobox(_props: ComboboxProps) {
<Popover
opened={store.dropdownOpened}
{...others}
onClose={() => {
onClose?.();
store.closeDropdown;
}}
onClose={() => { onClose?.(); store.closeDropdown()}}
withRoles={false}
unstyled={unstyled}
>
Expand Down

0 comments on commit 3f3dd55

Please sign in to comment.