Skip to main content
RWS_Group
February 6, 2023
Question

figma.closePlugin() make input fields unresponsive on reopening of app

  • February 6, 2023
  • 2 replies
  • 268 views

Form input values become unresponsive on reopening of app after closing it from the plugin API figma.closePlugin(). Well it works fine when we reopen after closing it from inbuilt plugin ‘X’ icon placed the top right corner.

This topic has been closed for replies.

2 replies

Gleb
Power Member
February 6, 2023

Have you tried doing input.focus() or window.focus() on plugin launch? Does it still not work?

RWS_Group
RWS_GroupAuthor
February 7, 2023

I’ve tried both input.focus() and window.focus(), but it doesn’t work