Fix live camera preload behavior.

This commit is contained in:
Dermot Duffy
2022-05-08 08:05:33 -07:00
parent f6cdf2f01d
commit cfb5f04438
3 changed files with 20 additions and 7 deletions
+3
View File
@@ -79,6 +79,9 @@ export class FrigateCardSurround extends LitElement {
...(this.targetView && { view: this.targetView }),
target: parent,
childIndex: null,
// Don't carry over history of this 'empty' view.
previous: null,
})
.dispatchChangeEvent(this);
}