Timeline noSetWindow cleanup.

This commit is contained in:
Dermot Duffy
2023-01-24 19:36:54 -08:00
parent 8eb88cb1d4
commit 7d8e06cff3
2 changed files with 19 additions and 37 deletions
-2
View File
@@ -431,8 +431,6 @@ export class FrigateCardViewerCarousel extends LitElement {
// Always change the camera to the owner of the selected media.
...(cameraID && { camera: cameraID }),
})
// Ensure the timeline is able to update its position.
.mergeInContext({ timeline: { noSetWindow: false } })
.dispatchChangeEvent(this);
}