mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: fixing memory leak on check-for-updates
This commit is contained in:
parent
34a44e7fa9
commit
0751d6093f
2 changed files with 5 additions and 6 deletions
|
@ -80,7 +80,7 @@ export function Header({ onSearch, onClear, search }: HeaderProps) {
|
|||
return () => {
|
||||
unsubscribe();
|
||||
};
|
||||
});
|
||||
}, []);
|
||||
|
||||
const focusInput = () => {
|
||||
setIsFocused(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue