We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cfebef commit 0c2e4eeCopy full SHA for 0c2e4ee
packages/devextreme/js/__internal/ui/m_range_slider.ts
@@ -218,8 +218,6 @@ class RangeSlider extends Slider<RangeSliderProperties> {
218
const newValue = newRatio * (max - min) + min;
219
220
this._updateSelectedRangePosition(newRatio, newRatio);
221
- SliderHandle.getInstance(this._activeHandle()).fitTooltipPosition;
222
-
223
this._changeValueOnSwipe(newRatio);
224
225
const [startValue, endValue] = this._getActualValue();
packages/devextreme/js/__internal/ui/slider/m_slider.ts
@@ -542,8 +542,6 @@ class Slider<
542
543
setWidth(this._$range, `${newRatio * 100}%`);
544
545
546
547
548
}
549
0 commit comments