engageLively / galyleo-dashboard

3 stars 2 forks source link

DoubleSlider isn't picking up the minimum increment #130

Open rickmcgeer opened 1 year ago

rickmcgeer commented 1 year ago

On remote dashboard it increments by 1, not 4

rickmcgeer commented 1 year ago

Now fixed. Needed to expose the increment property on DoubleSliderWithValuesModel.

$world.execCommand("open browser", {moduleName: "studio/inputs/slider.cp.js", packageName: "galyleo-dashboard", });

Assigned to @merryman for review