Merge pull request #1361 from dermotduffy/timeline-bugs
Process range changes correctly when the date picker is used
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user