ソースを参照

Fix error when manually setting an input

master
Fen Dweller 6年前
コミット
6e56e04544
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      macrovision.js

+ 1
- 0
macrovision.js ファイルの表示

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

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



読み込み中…
キャンセル
保存