Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
caymaynard committed Aug 18, 2024
1 parent 4135927 commit 7512924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/combobox/combobox-base.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ export function ComboboxBase<
) => {

// If set to only open manually, ignore other triggers
if(local.triggerMode === 'manual' && triggerMode !== 'manual'){
if (local.triggerMode === 'manual' && triggerMode !== 'manual') {
return;
}

Expand Down

0 comments on commit 7512924

Please sign in to comment.