Various small fixes and documentation updates.

This commit is contained in:
Dermot Duffy
2022-09-29 21:13:06 -07:00
parent 677a7afe20
commit b421d188fc
3 changed files with 18 additions and 4 deletions
+2 -2
View File
@@ -730,10 +730,10 @@ export class FrigateCardTimelineCore extends LitElement {
})
.mergeInContext(context)
.dispatchChangeEvent(this);
if (this.view.is('timeline')) {
if (!this.view.isViewerView()) {
dispatchFrigateCardEvent(this, 'thumbnails:open');
}
} else if (this.view.is('timeline')) {
} else if (!this.view.isViewerView()) {
dispatchFrigateCardEvent(this, 'thumbnails:close');
}
}