Skip to content

Commit

Permalink
Merge d9bce60 into 85490dc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmasnou committed Apr 9, 2019
2 parents 85490dc + d9bce60 commit f696355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ class Nouislider extends React.Component {

componentDidUpdate() {
const { start, disabled, range } = this.props;
this.updateRange(range);
this.slider.set(start);
this.toggleDisable(disabled);
this.updateRange(range);
}

componentWillUnmount() {
Expand Down

0 comments on commit f696355

Please sign in to comment.