sketch-iconfont
sketch-iconfont copied to clipboard
It's very strenuous while select multiple icons at the same time
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.
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)
})
oh this is a good idea! I can try to implement this inside the new one :)