feat: some shit
This commit is contained in:
parent
eb7d594aeb
commit
899f5bca85
@ -150,7 +150,7 @@ export const KMenu = (
|
||||
} else {
|
||||
input.current?.blur();
|
||||
}
|
||||
}, document?.body);
|
||||
}, typeof document !== "undefined" ? document?.body : undefined);
|
||||
|
||||
return (
|
||||
<div
|
||||
|
@ -20,7 +20,7 @@ export const RedirectSearchHandler = () => {
|
||||
) {
|
||||
window.location.href += "?q=";
|
||||
}
|
||||
}, document?.body);
|
||||
}, typeof document !== "undefined" ? document?.body : undefined);
|
||||
|
||||
return <></>;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user