shape-composer-figma icon indicating copy to clipboard operation
shape-composer-figma copied to clipboard

Shows a tiny window instead of copying the shape

Open Nek-12 opened this issue 9 months ago • 1 comments

When I select a valid vector and run the plugin (both Compose path and shape modes) I see this:

Image

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:

Image

Nek-12 avatar Mar 31 '25 10:03 Nek-12

It seems Figma has changed their plugin APIs to not allow copying to clipboard with the current implementation I have. Will look into it.

c5inco avatar Apr 01 '25 19:04 c5inco

Hi! Does anyone know if there's any workaround for this issue?

diogobernardino avatar Jul 07 '25 17:07 diogobernardino

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.

c5inco avatar Jul 07 '25 22:07 c5inco

ETA on this fix? 🤔

isaacsa51 avatar Jul 08 '25 05:07 isaacsa51

ETA on this fix? 🤔

Starting work here: https://github.com/c5inco/shape-composer-figma/pull/3. Almost done.

c5inco avatar Jul 08 '25 07:07 c5inco