79110229

Date: 2024-10-21 13:25:10
Score: 2
Natty:
Report link

You sent a message to UI but didn't receive it because you don't have an event handler. You need to add this to ui.html:

onmessage = (event) => {
  console.log('Message from code.js', event.data.pluginMessage)
};

Please learn how to send and receive messages from/to code.js and ui.html from this article: https://www.figma.com/plugin-docs/creating-ui/#sending-a-message-from-the-plugin-code-to-the-ui

Reasons:
  • Blacklisted phrase (1): this article
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: tank666