mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-09 06:55:28 +03:00
fix stuck activity ring when tracked object transitions to stationary
This commit is contained in:
parent
249db839ec
commit
5f8d590d87
@ -137,9 +137,11 @@ export function useCameraActivity(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
newObjects[updatedEventIndex].label = label;
|
newObjects[updatedEventIndex] = {
|
||||||
newObjects[updatedEventIndex].stationary =
|
...newObjects[updatedEventIndex],
|
||||||
updatedEvent.after.stationary;
|
label,
|
||||||
|
stationary: updatedEvent.after.stationary,
|
||||||
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user