PEZ / SketchDistributor

Sketch plugin that distributes selected objects vertically or horizontally with a given spacing
MIT License
354 stars 26 forks source link

Distribute Again not work properly. (Horizontally => Vertically) #16

Closed barmallion closed 7 years ago

barmallion commented 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); }); }

PEZ commented 7 years ago

Thanks! Fix coming up in a jiffy.