diff --git a/apps/poc-state-plugin/src/app/app.component.ts b/apps/poc-state-plugin/src/app/app.component.ts index 47949bb..ba4d156 100644 --- a/apps/poc-state-plugin/src/app/app.component.ts +++ b/apps/poc-state-plugin/src/app/app.component.ts @@ -79,6 +79,8 @@ export class AppComponent { this.theme.set(event.data.content); } }); + + this.#sendMessage({ content: 'ready' }); } close() {