void icon indicating copy to clipboard operation
void copied to clipboard

Fix float traits truncation

Open ianstormtaylor opened this issue 1 year ago • 0 comments

If you don't supply a step it will print always with 3 decimal places, which is janky for values like 1.5 which get rendered at 1.500. Should get rid of the unnecessary zeroes in those cases.

ianstormtaylor avatar Dec 01 '22 21:12 ianstormtaylor