mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-08 07:15:15 -04:00
Fix login/logout query cache not clearing
This commit is contained in:
@@ -7,7 +7,6 @@ let hoverTimeout: NodeJS.Timeout | number;
|
||||
export const useMobileHover = () => {
|
||||
if (Platform.OS !== "web") return;
|
||||
|
||||
// biome-ignore lint/correctness/useHookAtTopLevel: const condition
|
||||
useEffect(() => {
|
||||
const enableHover = () => {
|
||||
if (preventHover) return;
|
||||
|
||||
Reference in New Issue
Block a user