Parcourir la source

Fix error when manually setting an input

master
Fen Dweller il y a 6 ans
Parent
révision
6e56e04544
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      macrovision.js

+ 1
- 0
macrovision.js Voir le fichier

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

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



Chargement…
Annuler
Enregistrer