Merge pull request #964 from konstantinullrich/#953-dragging-zoom-makes-the-GUI-freak-out

Change onChange to onAfterchage
pull/966/head
Vince 5 years ago committed by GitHub
commit 56643660a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save