FontFinder icon indicating copy to clipboard operation
FontFinder copied to clipboard

Not working in sketch 67

Open michelve opened this issue 4 years ago • 1 comments

Not working in sketch 67

michelve avatar Jul 31 '20 14:07 michelve

I update line 5-7 to this in ~/Library/Application Support/com.bohemiancoding.sketch3/Plugins/FontFinder.sketchplugin/Contents/Sketch/findFontName.cocoascript to this:

    // This 3 lines use just for deselect layers
    // but I should use these for all of code
    var document = require('sketch/dom').selectedDocument;
    var selection = require('sketch/dom').selectedLayers;

    var doc = context.document; ```

michelve avatar Aug 05 '20 18:08 michelve