Fix search hotkey in single manga migration search

This commit is contained in:
schroda
2026-05-19 01:34:46 +02:00
parent 8cecca2451
commit 13914333c0
2 changed files with 2 additions and 1 deletions

View File

@@ -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;
}