Closed sawyerclick closed 1 year ago
Latest commit: 3194419f07f05cef75e9c0bf9eca241806313873
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Finally fix text node visibility. This updates our
(!node.visible)
to use recursion to track if any ancestor is invisible, as Figma's .visible only shows if a node has been directly hidden. We have to perform recursion to check if an ancestor is hiddenSee #97 for a related new bug at a lower priority level