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