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
+1 -1
View File
@@ -59,7 +59,7 @@ export class FrigateCardThumbnailCarousel extends LitElement {
@property({ attribute: false })
public config?: ThumbnailsControlConfig;
@property({ attribute: false, type: Number, reflect: true })
@property({ attribute: true, type: Number, reflect: true })
public selected?: number;
protected _carouselOptions?: EmblaOptionsType;