Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cenadros committed Jun 14, 2024
1 parent 18d1a5d commit 960dbe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin-src/transformers/partials/transformChildren.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const transformChildren = async (
): Promise<Children> => {
const maskIndex = node.children.findIndex(nodeActsAsMask);
const containsMask = maskIndex !== -1;

return {
children: containsMask
? await translateMaskChildren(node.children, maskIndex, baseX, baseY)
Expand Down

0 comments on commit 960dbe6

Please sign in to comment.