Recalculate timeline cameras when display mode changes.

This commit is contained in:
Dermot Duffy
2023-09-04 19:51:15 -07:00
parent d425457781
commit 07bc6391ec
3 changed files with 6 additions and 8 deletions
-2
View File
@@ -1221,8 +1221,6 @@ export class FrigateCardTimelineCore extends LitElement {
createdTimeline = true;
const noGroups = this.mini && groups.length === 1;
if (noGroups) {
// In a mini timeline, if there's only one group don't bother grouping
// at all.
this._timeline = new Timeline(
this._refTimeline.value,
this._timelineSource.dataset,