Skip to content

Commit b4c47e6

Browse files
authored
Update FloatLogSlider js defaults
1 parent 73b8132 commit b4c47e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/controls/src/widget_float.ts

+2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ class FloatLogSliderModel extends BoundedFloatModel {
8686
disabled: false,
8787
base: 10.,
8888
value: 1.0,
89+
min: 0,
90+
max: 4
8991
});
9092
}
9193
initialize(attributes, options) {

0 commit comments

Comments
 (0)