Browse Source

Fix error when manually setting an input

master
Fen Dweller 5 years ago
parent
commit
6e56e04544
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      macrovision.js

+ 1
- 0
macrovision.js View File

@@ -887,6 +887,7 @@ function updateViewOptions(entity, view, changed) {
}

function setNumericInput(input, value, round = 6) {
if (typeof value == "string") {
input.value = value.toPrecision(round);
}



Loading…
Cancel
Save