Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Jul 21, 2022
2 parents 9f73ce3 + 3bb025e commit 24aa158
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/fuselage/src/components/MultiSelect/MultiSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,9 @@ export const MultiSelect = forwardRef(
};

const handleClick = useMutableCallback(() => {
if (innerRef.current?.classList.contains('focus-visible')) {
removeFocusClass();
if (visible === AnimatedVisibility.VISIBLE) {
return hide();
}

innerRef.current?.classList.add('focus-visible');
innerRef.current?.focus();
return show();
});
Expand Down

0 comments on commit 24aa158

Please sign in to comment.