mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-08 07:50:44 -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.theme.set(event.data.content);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
this.#sendMessage({ content: 'ready' });
|
||||||
}
|
}
|
||||||
|
|
||||||
close() {
|
close() {
|
||||||
|
|
Loading…
Reference in a new issue