|
|
@@ -7306,7 +7306,7 @@ var rangeSlider = function () {
|
|
|
value: this.value,
|
|
|
min: this.config.min,
|
|
|
max: this.config.max,
|
|
|
- step: 512,
|
|
|
+ step: this.config.step,
|
|
|
slide: function slide(event, ui) {
|
|
|
that.updateInput(ui.value);
|
|
|
}
|
|
|
@@ -15747,7 +15747,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
min: 0,
|
|
|
orientation: "horizontal",
|
|
|
range: false,
|
|
|
- step: 1,
|
|
|
+ step: 512,
|
|
|
value: 0,
|
|
|
values: null,
|
|
|
|