Switch timeout back to intended timing

This commit is contained in:
2024-12-22 17:00:22 -06:00
parent 842ea651c4
commit 88e3ef7551

View File

@@ -37,7 +37,7 @@ const StatefulDemo = ({ class: className }: StatefulDemoProps) => {
highlightedTimeoutRef.current = setTimeout(() => {
highlightedTimeoutRef.current = null;
setHighlightedIndex(null);
}, 1000 * 10);
}, 1250);
}
return (