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
I found it didn't work when 'valueRange = maxValue - minValue ' is zero. So I add 'if (maxValue === minValue) maxValue = maxValue +10' to make it work. is there a better way?
The text was updated successfully, but these errors were encountered:
I found it didn't work when 'valueRange = maxValue - minValue ' is zero. So I add 'if (maxValue === minValue) maxValue = maxValue +10' to make it work. is there a better way?
The text was updated successfully, but these errors were encountered: