fix(core): update

This commit is contained in:
Philipp Kunz 2021-11-26 18:52:44 +01:00
parent 82a5283edd
commit c0d057949d

View File

@ -268,6 +268,9 @@ export class WccProperties extends LitElement {
}
}
const classProperties: Map<string, any> = anonItem.elementProperties;
if (!classProperties) {
return;
}
const propertyArray: TemplateResult[] = [];
for (const key of classProperties.keys()) {
if (key === 'goBright' || key === 'domtools') {