Explorar el Código

Fix error when manually setting an input

master
Fen Dweller hace 6 años
padre
commit
6e56e04544
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      macrovision.js

+ 1
- 0
macrovision.js Ver fichero

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

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



Cargando…
Cancelar
Guardar