From 275ce3f0616eb76966c5f4efcd809791c52b4c48 Mon Sep 17 00:00:00 2001 From: Kentaro ku KUMAGAI Date: Thu, 16 Feb 2017 19:04:23 +0900 Subject: [PATCH] Update the labels on separation --- src/rzslider.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rzslider.js b/src/rzslider.js index ea6e400..f94c289 100644 --- a/src/rzslider.js +++ b/src/rzslider.js @@ -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);