Closed Jowrney closed 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.
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