Shows a tiny window instead of copying the shape
When I select a valid vector and run the plugin (both Compose path and shape modes) I see this:
This window cannot be resized, it shows nothing, and the icon isn't copied. There are no errors or popups visible.
This is the vector used:
It seems Figma has changed their plugin APIs to not allow copying to clipboard with the current implementation I have. Will look into it.
Hi! Does anyone know if there's any workaround for this issue?
My current plan is to change this plugin to a DevMode plugin, which hopefully gets around the Clipboard API issues that Figma plugins do not seem to support any longer.
ETA on this fix? 🤔
ETA on this fix? 🤔
Starting work here: https://github.com/c5inco/shape-composer-figma/pull/3. Almost done.