Fix language dropdown
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
22973a5eb3
commit
36dc15022d
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ const LanguageDropdown: React.FC<ILanguageDropdown> = ({ composeId }) => {
|
||||||
|
|
||||||
const handleClose = () => {
|
const handleClose = () => {
|
||||||
setSearchValue('');
|
setSearchValue('');
|
||||||
handleClose();
|
setIsOpen(false);
|
||||||
};
|
};
|
||||||
|
|
||||||
const arrowProps: React.CSSProperties = useMemo(() => {
|
const arrowProps: React.CSSProperties = useMemo(() => {
|
||||||
|
|
Loading…
Reference in a new issue