Reinit carousel when preload view is viewed for real.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user