Closed germain-gg closed 1 year ago
Thank you for the Figma Frame Exporter plugin, it works really well and helped me out quite a lot!
for the previews to be capped at 20, but for the bottom links to say "Export [x] images" where x is the actual number of frames selected.
The label says "Export 20 images" even though there are more than 20 images in the final zip that gets downloaded.
From a very quick glance is seems that this numbers comes from the limit default value on the _refreshPreview function signature.
limit
_refreshPreview
Thanks for the clear report! Should be a pretty simple fix. I’ll look into it shortly.
Fixed in https://github.com/naftalibeder/figma-frame-exporter/commit/6e21c7c6037966e3dce9423e26bef0075e1bec86.
Thank you for the Figma Frame Exporter plugin, it works really well and helped me out quite a lot!
Steps to reproduce
Expected output
for the previews to be capped at 20, but for the bottom links to say "Export [x] images" where x is the actual number of frames selected.
Actual output
The label says "Export 20 images" even though there are more than 20 images in the final zip that gets downloaded.
From a very quick glance is seems that this numbers comes from the
limit
default value on the_refreshPreview
function signature.