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:
parent
e618cb1e9b
commit
d6190040be
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@ export class AppComponent {
|
|||
this.theme.set(event.data.content);
|
||||
}
|
||||
});
|
||||
|
||||
this.#sendMessage({ content: 'ready' });
|
||||
}
|
||||
|
||||
close() {
|
||||
|
|
Loading…
Reference in a new issue