Closed barmallion closed 7 years ago
Please change for correct work "Distribute Again" option.
var onRepeat = function(context) { this.distributionHandler(context, "com.betterthantomorrow.sketch.distributor", "repeat", function() { Distributor.distribute(Distributor.dimension == 1 ? "Vertically" : "Horizontally", Distributor.spacing); }); }
Thanks! Fix coming up in a jiffy.
Please change for correct work "Distribute Again" option.
var onRepeat = function(context) { this.distributionHandler(context, "com.betterthantomorrow.sketch.distributor", "repeat", function() { Distributor.distribute(Distributor.dimension == 1 ? "Vertically" : "Horizontally", Distributor.spacing); }); }