Merge pull request #861 from Bilb/ttl-slider-update-drag

ttl slider update on drag and not on mouseup
pull/869/head
Vince 5 years ago committed by GitHub
commit 998cd88068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -96,7 +96,7 @@ export class SessionSettingListItem extends React.Component<Props, State> {
min={12} min={12}
max={96} max={96}
defaultValue={currentSliderValue} defaultValue={currentSliderValue}
onAfterChange={sliderValue => { onChange={sliderValue => {
this.handleSlider(sliderValue); this.handleSlider(sliderValue);
}} }}
/> />

Loading…
Cancel
Save