mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
(feat:transit): reduce delay to 250
This commit is contained in:
@@ -115,7 +115,7 @@ export function useDarkTheme() {
|
||||
|
||||
export function useLoaderState(
|
||||
initialState = false,
|
||||
delay = 500,
|
||||
delay = 250,
|
||||
): [boolean, (value: boolean) => void] {
|
||||
const [state, setState] = useState<boolean>(initialState);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user