Allow the image view to trigger a card resize.
This commit is contained in:
@@ -108,7 +108,7 @@ export class FrigateCardElementsCore extends LitElement {
|
||||
try {
|
||||
element.setConfig(config);
|
||||
} catch (e) {
|
||||
console.error(e, (e as Error).stack);
|
||||
console.error(e);
|
||||
throw new FrigateCardError(localize('error.invalid_elements_config'));
|
||||
}
|
||||
return element;
|
||||
|
||||
Reference in New Issue
Block a user