This commit is contained in:
Thomas Lovén 2019-06-16 22:07:32 +02:00
parent 72a5e2b857
commit be09e349b9
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -14,7 +14,7 @@ export class InputNumberController extends Controller {
} }
get string() { get string() {
return `${Math.round(this.stateObj.state)}` return `${parseFloat(this.stateObj.state)}`;
} }
get isOff() { get isOff() {