You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When accessing textStyles via the selectedLayer object, they do not appear to have a corresponding name (but all other info appears correctly). However, when querying styleguideTextStyles, all names are correctly returned.
In the Zeplin Mac app, the style name is correctly displayed in the info panel.
Currently running macOS app Version 2.2.5 (609). Any ideas? Thanks.
The text was updated successfully, but these errors were encountered:
Currently, text style objects on the selected do not have their name field populated from the project's styleguide. You need to look it up in the project to see if there's a matching text style. You can use Project.findTextStyleEqual method for this.
The behavior is also same for colors in layers: #7
When accessing textStyles via the
selectedLayer
object, they do not appear to have a corresponding name (but all other info appears correctly). However, when queryingstyleguideTextStyles
, all names are correctly returned.In the Zeplin Mac app, the style name is correctly displayed in the info panel.
Currently running macOS app Version 2.2.5 (609). Any ideas? Thanks.
The text was updated successfully, but these errors were encountered: