Skip to content

Commit bce9eae

Browse files
committed
Fix a badly set default x value for sliders
1 parent d90d4e1 commit bce9eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sliders/attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ module.exports = {
105105
valType: 'number',
106106
min: -2,
107107
max: 3,
108-
dflt: -0.05,
108+
dflt: 0,
109109
role: 'style',
110110
description: 'Sets the x position (in normalized coordinates) of the slider.'
111111
},

0 commit comments

Comments
 (0)