Skip to content

Commit 182bef4

Browse files
committed
refactor(RangeSlider): add fallback value for thumb height
1 parent 9e452bb commit 182bef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/range-slider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ class RangeSlider extends BaseComponent {
357357
}
358358
}
359359

360-
return null
360+
return '1rem'
361361
}
362362

363363
_positionTooltip(tooltip, input) {

0 commit comments

Comments
 (0)