ttl slider update on drag and not on mouseup

pull/861/head
Audric Ackermann 5 years ago
parent f91ce45c92
commit 5e007226a1
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

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

Loading…
Cancel
Save