Fix timeline recentering after manual scroll

This commit is contained in:
Dermot Duffy
2022-04-02 10:58:02 -07:00
parent a94f53f8da
commit 5b66c6cad6
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -91,6 +91,7 @@ export class FrigateCardThumbnail extends LitElement {
view: 'timeline',
target: this.target,
childIndex: this.childIndex,
context: {},
})
.dispatchChangeEvent(this);
}}