bomberstudios / sketch-framer

A Sketch plugin to easily export your mockups to FramerJS
Other
767 stars 67 forks source link

Hidden Child Layers get wrong Frame #92

Closed benjamindenboer closed 8 years ago

benjamindenboer commented 9 years ago

Sketch + Framer File: http://cl.ly/aIB7

In the Sketch file, we have a Group named table containing two tableRows - each with a checkbox that has a selected and default state. (All with the same layer names, too.)

If we hide one of the selected layer groups, it gets 200px extra padding, whilst getting imported at the correct size. diff

imported.checkbox layer

Correct properties:

benjamindenboer commented 9 years ago

It's getting those properties because this is effectively what is happening: getx

leggett commented 9 years ago

I think I'm having the same problem. At least, layers that are hidden in Sketch are imported with 200px of padding into Framer. Took me forever to figure out the bug happens on hidden layers.

benjamindenboer commented 8 years ago

Fixed!