diff --git a/src/install-dialog.ts b/src/install-dialog.ts index e197509..329c0c8 100644 --- a/src/install-dialog.ts +++ b/src/install-dialog.ts @@ -466,6 +466,7 @@ class EwtInstallDialog extends LitElement { this.requestUpdate()); + sleep(100) + .then(() => this._initialize()) + .then(() => this.requestUpdate()); } }, this.port,