Select thumbnail unless in viewer.

This commit is contained in:
Dermot Duffy
2023-04-07 14:38:00 -07:00
parent d25d85eb34
commit ecf954249d
3 changed files with 24 additions and 2 deletions
+3
View File
@@ -51,6 +51,9 @@ export class FrigateCardTimeline extends LitElement {
.thumbnailConfig=${this.timelineConfig.controls.thumbnails}
.cameraManager=${this.cameraManager}
.cardWideConfig=${this.cardWideConfig}
.itemClickAction=${this.timelineConfig.controls.thumbnails.mode === 'none'
? 'play'
: 'select'}
>
</frigate-card-timeline-core>
</frigate-card-surround>`;