Remove old default setting for integer

This commit is contained in:
Jeffrey Warren
2020-12-04 12:33:39 -05:00
committed by GitHub
parent 43f14f25b8
commit ea78ec8c6a

View File

@@ -136,7 +136,7 @@ function DefaultHtmlStepUi(_sequencer, options) {
'"max="' +
inputDesc.max +
'"step="' +
(inputDesc.step ? inputDesc.step : 1) + '">' + '<span>' + paramVal + '</span>';
inputDesc.step + '">' + '<span>' + paramVal + '</span>';
}
else html += '">';