From 220b4b99187918736ecc5f71f009ff976e107990 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sat, 3 Feb 2024 15:18:40 -0800 Subject: [PATCH] Process range changes correctly when the date picker is used. --- src/components/timeline-core.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/timeline-core.ts b/src/components/timeline-core.ts index 4aee4deb..dadc0b3e 100644 --- a/src/components/timeline-core.ts +++ b/src/components/timeline-core.ts @@ -675,9 +675,6 @@ export class FrigateCardTimelineCore extends LitElement { byUser: boolean; event: Event & { additionalEvent: string }; }): Promise { - if (!properties.byUser) { - return; - } this._removeTargetBar(); if (!this._timeline || !this.view) {