mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-15 04:11:40 -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 = null;
|
||||
setHighlightedIndex(null);
|
||||
}, 1000 * 10);
|
||||
}, 1250);
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user