Fix malformed Safari live carousel.

This commit is contained in:
Dermot Duffy
2022-05-15 08:37:19 -07:00
parent ad29c3e384
commit b10a5e6b45
3 changed files with 18 additions and 44 deletions
+1 -1
View File
@@ -274,7 +274,7 @@ export class FrigateCardViewerCarousel extends FrigateCardMediaCarousel {
return {
// Start the carousel on the selected child number.
startIndex: this._getSlideForChild(this.view?.childIndex) ?? 0,
draggable: this.viewerConfig?.draggable,
draggable: this.viewerConfig?.draggable ?? true,
};
}