diff --git a/plugin-src/transformers/transformFrameNode.ts b/plugin-src/transformers/transformFrameNode.ts index d2b3c31e..3cf9a715 100644 --- a/plugin-src/transformers/transformFrameNode.ts +++ b/plugin-src/transformers/transformFrameNode.ts @@ -21,6 +21,7 @@ export const transformFrameNode = async ( return { type: 'frame', name: node.name, + showContent: isSectionNode(node) ? true : !node.clipsContent, ...transformFills(node), // Figma API does not expose strokes for sections, // they plan to add it in the future. Refactor this when available.