tomusborne / generateblocks

GenerateBlocks is a small collection of lightweight WordPress blocks that can accomplish nearly anything.
https://generateblocks.com
195 stars 19 forks source link

Fix: Use unit in `UnitControl` if value starts with decimal #1042

Closed tomusborne closed 1 year ago

tomusborne commented 1 year ago

This fixes a bug where the current UnitControl component sees values like .9 as a non-numerical value, so it doesn't add the unit to it.