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 50f7112 commit 6fe0b4dCopy full SHA for 6fe0b4d
src/material-experimental/mdc-slider/slider.ts
@@ -1087,9 +1087,8 @@ class SliderAdapter implements MDCSliderAdapter {
1087
return this._delegate._elementRef.nativeElement.getBoundingClientRect();
1088
};
1089
getValueIndicatorContainerWidth = (thumbPosition: Thumb): number => {
1090
- return this._delegate._getValueIndicatorContainerElement(thumbPosition)
1091
- .getBoundingClientRect()
1092
- .width;
+ return this._delegate._getValueIndicatorContainerElement(thumbPosition).getBoundingClientRect()
+ .width;
1093
1094
isRTL = (): boolean => {
1095
return this._delegate._isRTL();
0 commit comments