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 a360fc3 commit b3fcd05Copy full SHA for b3fcd05
src/app/containers/ActionContainer.tsx
@@ -12,8 +12,10 @@ import { Obj } from '../FrontendTypes';
12
13
const resetSlider = () => {
14
const slider = document.querySelector('.rc-slider-handle');
15
+ const sliderTrack = document.querySelector('.rc-slider-track');
16
if (slider) {
17
slider.setAttribute('style', 'left: 0');
18
+ sliderTrack.setAttribute('style', 'width: 0');
19
}
20
};
21
0 commit comments