mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-12 00:48:50 +01:00
Fix search command not disappearing
This commit is contained in:
parent
e4174b49d5
commit
167fa70fd5
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ const SearchForm = forwardRef((props, ref) => {
|
||||||
focusItem.click();
|
focusItem.click();
|
||||||
}
|
}
|
||||||
setSearchMenuOpen(false);
|
setSearchMenuOpen(false);
|
||||||
|
props?.onSubmit?.(e);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue