Allow the image view to trigger a card resize.

This commit is contained in:
Dermot Duffy
2022-06-11 16:28:59 -07:00
parent 8ce65fd72d
commit e9dde20a76
3 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -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;