Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: v2.38.2 hotfix fi to main #638

Merged
merged 7 commits into from
Jun 9, 2023
Next Next commit
fix: dropdown: revert useonclickoutside to only toggle in specific co…
…nditions
dkilgore-eightfold committed Jun 8, 2023

Verified

This commit was signed with the committer’s verified signature.
commit 3b29a2529428ef95ac4dcd29a375cceef0ffc32d
3 changes: 0 additions & 3 deletions src/components/Dropdown/Dropdown.tsx
Original file line number Diff line number Diff line change
@@ -130,9 +130,6 @@ export const Dropdown: FC<DropdownProps> = React.memo(
) {
toggle(false)(e);
}
if (!mergedVisible) {
toggle(false)(e);
}
onClickOutside?.(e);
},
mergedVisible