Process range changes correctly when the date picker is used.

This commit is contained in:
Dermot Duffy
2024-02-03 15:18:40 -08:00
parent cf7d379af2
commit 220b4b9918
-3
View File
@@ -675,9 +675,6 @@ export class FrigateCardTimelineCore extends LitElement {
byUser: boolean;
event: Event & { additionalEvent: string };
}): Promise<void> {
if (!properties.byUser) {
return;
}
this._removeTargetBar();
if (!this._timeline || !this.view) {