pixuireactcomponents 1.5.61 → 1.5.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pixuireactcomponents",
3
- "version": "1.5.61",
3
+ "version": "1.5.62",
4
4
  "description": "pixui react components",
5
5
  "main": "index.js",
6
6
  "sideEffects": false,
@@ -120,7 +120,6 @@ export var Slider = function (props) {
120
120
  }
121
121
  var newValue = trimValue(trueValue);
122
122
  setPercent(newValue / (max - min));
123
- onChange && onChange(newValue);
124
123
  }
125
124
  }, [props.value]);
126
125
  var setValueByPos = function (x, y, status) {