From 937a314cb3ebe4876dd0976044fcf68712723c09 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Mon, 17 Jan 2022 12:03:07 -0800 Subject: [PATCH] Don't need this extra re-render. --- src/components/live.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/live.ts b/src/components/live.ts index 0c4737cd..ee748991 100644 --- a/src/components/live.ts +++ b/src/components/live.ts @@ -192,11 +192,6 @@ export class FrigateCardLive extends LitElement { .conditionState=${this.conditionState} .liveOverrides=${this.liveOverrides} @frigate-card:media-show=${this._mediaShowHandler} - @frigate-card:carousel:select=${() => { - // Re-rendering the component will cause the thumbnails to be - // re-fetched (which is necessary because the camera has changed). - this.requestUpdate(); - }} @frigate-card:change-view=${(ev: CustomEvent) => { if (this._preloaded) { // Don't allow change-view events to propagate upwards if the card