mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-16 14:11:44 -06:00
Switch timeout back to intended timing
This commit is contained in:
@@ -37,7 +37,7 @@ const StatefulDemo = ({ class: className }: StatefulDemoProps) => {
|
|||||||
highlightedTimeoutRef.current = setTimeout(() => {
|
highlightedTimeoutRef.current = setTimeout(() => {
|
||||||
highlightedTimeoutRef.current = null;
|
highlightedTimeoutRef.current = null;
|
||||||
setHighlightedIndex(null);
|
setHighlightedIndex(null);
|
||||||
}, 1000 * 10);
|
}, 1250);
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user