This commit is contained in:
2025-07-14 18:22:02 +00:00
parent 6e29f0b51a
commit f9d281c496
2 changed files with 7 additions and 6 deletions

View File

@@ -270,7 +270,7 @@ export class SioFab extends DeesElement {
}
public async updated(changedProperties: Map<string | number | symbol, unknown>) {
await super.updated(changedProperties);
super.updated(changedProperties);
// Set reference object when combox is rendered
if ((changedProperties.has('showCombox') || changedProperties.has('hasShownOnce')) &&