Skip to main content

I build a feature to update spacing on selection change

Below is a quick video how it works
What do you think ?

Pretty cool. Does it automatically assign the closest available value? E.g. if currently spacing is at 6px and the available are 2, 4 and 8, it would choose 4 or 8?


Yes it takes the closest value. If two value are as close it will take the highest

->6 would become 8 and not 4