mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-05 04:05:06 -05:00
Remove no-longer-needed workaround
This commit is contained in:
@@ -43,8 +43,6 @@ $.extend(sliderInputBinding, textInputBinding, {
|
||||
msg.to = data.value[1];
|
||||
} else {
|
||||
msg.from = data.value;
|
||||
// Workaround for ionRangeSlider issue #143
|
||||
msg.to = data.value;
|
||||
}
|
||||
}
|
||||
if (data.hasOwnProperty('min')) msg.min = data.min;
|
||||
|
||||
Reference in New Issue
Block a user