Skip to content

Commit

Permalink
fix(editor) Correct a typo in shouldAddContainLayout.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanparsons committed Oct 25, 2024
1 parent 788e1b6 commit ff1ca8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ export function shouldAddContainLayout(
)

if (EP.isStoryboardPath(closestNonFragmentParent)) {
return 'add-contain-layout'
return 'dont-add-contain-layout'
}

const parentProvidesBoundsForAbsoluteChildren =
Expand Down

0 comments on commit ff1ca8e

Please sign in to comment.