mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 19:00:00 +01:00
Remove old default setting for integer
This commit is contained in:
@@ -136,7 +136,7 @@ function DefaultHtmlStepUi(_sequencer, options) {
|
|||||||
'"max="' +
|
'"max="' +
|
||||||
inputDesc.max +
|
inputDesc.max +
|
||||||
'"step="' +
|
'"step="' +
|
||||||
(inputDesc.step ? inputDesc.step : 1) + '">' + '<span>' + paramVal + '</span>';
|
inputDesc.step + '">' + '<span>' + paramVal + '</span>';
|
||||||
|
|
||||||
}
|
}
|
||||||
else html += '">';
|
else html += '">';
|
||||||
|
|||||||
Reference in New Issue
Block a user