mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-21 18:13:55 +00:00
fix: fixing memory leak on check-for-updates
This commit is contained in:
@@ -80,7 +80,7 @@ export function Header({ onSearch, onClear, search }: HeaderProps) {
|
||||
return () => {
|
||||
unsubscribe();
|
||||
};
|
||||
});
|
||||
}, []);
|
||||
|
||||
const focusInput = () => {
|
||||
setIsFocused(true);
|
||||
|
||||
Reference in New Issue
Block a user