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;
|
byUser: boolean;
|
||||||
event: Event & { additionalEvent: string };
|
event: Event & { additionalEvent: string };
|
||||||
}): Promise<void> {
|
}): Promise<void> {
|
||||||
if (!properties.byUser) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
this._removeTargetBar();
|
this._removeTargetBar();
|
||||||
|
|
||||||
if (!this._timeline || !this.view) {
|
if (!this._timeline || !this.view) {
|
||||||
|
|||||||
Reference in New Issue
Block a user