This commit is contained in:
Josh Hawkins 2025-10-25 10:11:42 -05:00
parent aff19a8098
commit 3b4ebcdc79

View File

@ -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 // show full path once current time has reached the object's start time
const combinedPoints = [...savedPathPoints, ...eventSequencePoints] const combinedPoints = [...savedPathPoints, ...eventSequencePoints]
.sort((a, b) => a.timestamp - b.timestamp) .sort((a, b) => a.timestamp - b.timestamp)