From d6190040be980f41770a49e5fe81f11a579595dd Mon Sep 17 00:00:00 2001 From: Juanfran Date: Fri, 26 Apr 2024 17:46:20 +0200 Subject: [PATCH] fix: plugin ready state --- apps/poc-state-plugin/src/app/app.component.ts | 2 ++ 1 file changed, 2 insertions(+) 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() {