You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can't even imagine how many things I am handling. Eventually I'll make a fix myself for this if no one takes it, but it would speed up things if easier tickets are taken from my queue.
For this ticket there's the Javascript floating point issue occuring (Google it). The fix would be something like parseFloat(number).toPrecision(X) when updating the model (where X is the precision of the step).
Hi,
foo === 22.1
Click the + button
What is expected ?
foo === 22.2
What is actually happening ?
foo === 22.200000000000003
Cheers
The text was updated successfully, but these errors were encountered: