wonderbit / sketch-select-similar-layers

A Sketch plugin that selects layers with the same fill or border color.
MIT License
298 stars 23 forks source link

Master #20

Closed thierryc closed 7 years ago

thierryc commented 7 years ago

Replace class if filter by a capability if filter….

[layer class] == MSLayerGroup

replace by : if(typeof layer.style == "undefined" || typeof layer.style().fills == "undefined")

thierryc commented 7 years ago

19

rzamoramty commented 7 years ago

how can we install this fix?

thierryc commented 7 years ago

Get my version on my git repo.

thierryc commented 7 years ago

Add new menu for Select Fond and Color. (no short cut)

untitled
thierryc commented 7 years ago

Thank you @ahmedmigo