tisho / sketch-plugins

A collection of plugins for Bohemian Coding's Sketch.
645 stars 25 forks source link

Does not support Sketch3 #23

Closed Jowrney closed 10 years ago

Jowrney commented 10 years ago

It's not working. The following code will not work since when I run "sync symbols"..

function getLayerGroupsByTag(parent, tag) { var all = [parent layers]; // sometimes layers returns an instance of JSCocoaController, I'm not sure why alert("test1"); //appear if([all class] === JSCocoaController) return []; alert("test2"); //disappear

tisho commented 10 years ago

Hey, this is a duplicate of #22. I'm not currently planning updates to the symbols plugin, since Sketch has native support for them now, but I'll take a look if I decide to resurrect it.

Thanks for taking the time to report the issue.