Trying to change the current range properties,
$yourPlugin.rsSliderLens('option', 'range', { type: [ -20, 55 ], draggable: true })
does nothing, as a new range does not become visible.
After this, any mouse events causes further exceptions to be thrown.
Trying to change the current range properties,
$yourPlugin.rsSliderLens('option', 'range', { type: [ -20, 55 ], draggable: true })
does nothing, as a new range does not become visible. After this, any mouse events causes further exceptions to be thrown.