Fix search hotkey in single manga migration search
This commit is contained in:
@@ -46,7 +46,7 @@ export const AppbarSearch: React.FunctionComponent<IProps> = (props) => {
|
||||
const isOpen = isSearchOpen || !!query;
|
||||
|
||||
const updateSearchOpenState = (open: boolean) => {
|
||||
if (!isClosable) {
|
||||
if (!isClosable && !open) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user