Reinit carousel when preload view is viewed for real.

This commit is contained in:
Dermot Duffy
2022-01-14 21:31:16 -08:00
parent f976f3d210
commit 76b1aaf775
4 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import type { FrigateCardCondition } from './types';
import { View } from './view';
export interface ConditionState {
view?: View;
view?: Readonly<View>;
fullscreen?: boolean;
camera?: string;
}