update debounce time

This commit is contained in:
Josh Hawkins 2024-02-23 07:12:15 -06:00
parent 740dc21e82
commit 6fdd9bb602

View File

@ -192,7 +192,7 @@ export function EventSegment({
clearTimeout(debounceTimer);
debounceTimer = setTimeout(() => {
element.scrollIntoView({ behavior: "smooth", block: "center" });
}, 50);
}, 100);
}
useEffect(() => {