mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 20:25:26 +03:00
remove console log
This commit is contained in:
parent
be825cb37c
commit
79bcf7dcdf
@ -185,8 +185,6 @@ export function EventSegment({
|
||||
// Check if the first segment is out of view
|
||||
const firstSegment = firstMinimapSegmentRef.current;
|
||||
if (firstSegment && showMinimap && isFirstSegmentInMinimap) {
|
||||
// Scroll the first segment into view
|
||||
console.log("scrolling into view");
|
||||
firstSegment.scrollIntoView({ behavior: "smooth", block: "nearest" });
|
||||
}
|
||||
}, [showMinimap, isFirstSegmentInMinimap, timestampSpread]);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user