fix(core): update
This commit is contained in:
parent
82a5283edd
commit
c0d057949d
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user