mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-12 01:57:36 +03:00
clean up
This commit is contained in:
parent
aff19a8098
commit
3b4ebcdc79
@ -165,7 +165,6 @@ export default function ObjectTrackOverlay({
|
||||
};
|
||||
}) || [];
|
||||
|
||||
// combine and filter by object lifetime, but only show up to current time for active objects
|
||||
// show full path once current time has reached the object's start time
|
||||
const combinedPoints = [...savedPathPoints, ...eventSequencePoints]
|
||||
.sort((a, b) => a.timestamp - b.timestamp)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user