Change onChange to onAfterchage

pull/964/head
Konstantin Ullrich 5 years ago
parent 4e5f6bc846
commit 19b0bbdf8a

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

Loading…
Cancel
Save