0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-06 14:50:21 -05:00

fix: plugin ready state

This commit is contained in:
Juanfran 2024-04-26 17:46:20 +02:00
parent e618cb1e9b
commit d6190040be

View file

@ -79,6 +79,8 @@ export class AppComponent {
this.theme.set(event.data.content);
}
});
this.#sendMessage({ content: 'ready' });
}
close() {