refactor: small behaviour tweaks

This commit is contained in:
Carlos Valente
2025-06-08 14:46:22 +02:00
committed by Carlos Valente
parent bab50ea7db
commit 4320ad26a4
4 changed files with 3 additions and 3 deletions
@@ -2,7 +2,6 @@ import { useEffect, useState } from 'react';
import { throttle } from '../utils/throttle';
export const useFadeOutOnInactivity = () => {
const [isMouseMoved, setIsMouseMoved] = useState(false);