Break out thumbnails into their own component.
This commit is contained in:
@@ -281,7 +281,7 @@ export class FrigateCardTimeline extends LitElement {
|
||||
${ref(this._thumbnailsRef)}
|
||||
direction="vertical"
|
||||
.config=${config}
|
||||
.highlightSelected=${true}
|
||||
.highlight_selected=${true}
|
||||
@frigate-card:carousel:tap=${(ev: CustomEvent<ThumbnailCarouselTap>) => {
|
||||
if (ev.detail.target && ev.detail.childIndex) {
|
||||
this.view
|
||||
|
||||
Reference in New Issue
Block a user