fix: create view - layout drop down close (#6267)

This commit is contained in:
Vamsi Krishna 2024-12-23 20:27:54 +05:30 committed by GitHub
parent 1735561ffd
commit 3a6a8e3a97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -110,7 +110,7 @@ export const Dropdown: FC<ISingleSelectDropdown> = (props) => {
// hooks
const handleKeyDown = useDropdownKeyPressed(toggleDropdown, handleClose);
useOutsideClickDetector(dropdownRef, handleClose);
useOutsideClickDetector(dropdownRef, handleClose, true);
return (
<Combobox