fix: create view - layout drop down close (#6267)
This commit is contained in:
parent
1735561ffd
commit
3a6a8e3a97
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue