Skip to content

Commit

Permalink
Update the labels on separation
Browse files Browse the repository at this point in the history
  • Loading branch information
ku authored and ValentinH committed Mar 2, 2017
1 parent 2d7fb91 commit e97cf74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rzslider.js
Original file line number Diff line number Diff line change
Expand Up @@ -1358,6 +1358,8 @@
this.showEl(this.cmbLab);
} else {
this.cmbLabelShown = false;
this.updateHighHandle(this.valueToPosition(this.highValue));
this.updateLowHandle(this.valueToPosition(this.lowValue));
this.showEl(this.maxLab);
this.showEl(this.minLab);
this.hideEl(this.cmbLab);
Expand Down

0 comments on commit e97cf74

Please sign in to comment.