diff --git a/macrovision.js b/macrovision.js index f208a54d..7a35bd78 100644 --- a/macrovision.js +++ b/macrovision.js @@ -863,8 +863,8 @@ function updateViewOptions(entity, view, changed) { }); } -function setNumericInput(input, value, round = 3) { - input.value = math.round(value, round); +function setNumericInput(input, value, round = 6) { + input.value = value.toPrecision(round); } function getSortedEntities() {