mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 20:25:26 +03:00
update debounce time
This commit is contained in:
parent
740dc21e82
commit
6fdd9bb602
@ -192,7 +192,7 @@ export function EventSegment({
|
||||
clearTimeout(debounceTimer);
|
||||
debounceTimer = setTimeout(() => {
|
||||
element.scrollIntoView({ behavior: "smooth", block: "center" });
|
||||
}, 50);
|
||||
}, 100);
|
||||
}
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user