mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-11 00:18:51 +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();
|
||||
}
|
||||
setSearchMenuOpen(false);
|
||||
props?.onSubmit?.(e);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue