Skip to main content
Question

Fastest way to transfer properties from child to parent frame?

  • June 26, 2026
  • 0 replies
  • 0 views

Julia57

With components, I very often have to clean up layers by ungrouping unnecessary groups that only have one child. imagine you have a styled box inside your main component wrapper, but the main component wrapper itself could have just carried the styling, thus saving 1 unnecessary layer. 

So I have to transfer the styling and autolayout (basically all properties) from the box to the outermost layer. This used to work justs by copy and pasting properties. But now it seems that Autolayout properties do not get copied anymore. 

Does anyone have some kind of plugin or other solution for this?