mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 21:03:29 +00:00
refactor: small behaviour tweaks
This commit is contained in:
committed by
Carlos Valente
parent
bab50ea7db
commit
4320ad26a4
@@ -2,7 +2,6 @@ import { useEffect, useState } from 'react';
|
||||
|
||||
import { throttle } from '../utils/throttle';
|
||||
|
||||
|
||||
export const useFadeOutOnInactivity = () => {
|
||||
const [isMouseMoved, setIsMouseMoved] = useState(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user