sketch-iconfont icon indicating copy to clipboard operation
sketch-iconfont copied to clipboard

It's very strenuous while select multiple icons at the same time

Open carmel opened this issue 4 years ago • 1 comments

Although it is much easier to use than other plugin like sketch-material.sketchplugin, the downside is it could not select multiple icons at the same time. image

I've tried to prevent stopModal use comment the following code(FIle is : iconfont.sketchplugin/Sketch/add_grid.js), but it does not work:

cell.setCOSJSTargetFunction(function(sender) {
     // wrapper.window.orderOut(nil)
     // NSApp.stopModalWithCode(NSOKButton)
})

carmel avatar Aug 19 '20 07:08 carmel

oh this is a good idea! I can try to implement this inside the new one :)

keremciu avatar Apr 30 '21 10:04 keremciu