update
This commit is contained in:
@@ -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')) &&
|
||||
|
||||
Reference in New Issue
Block a user