rc-slider
Advanced tools
Comparing version 1.4.4 to 1.4.5
@@ -192,3 +192,3 @@ 'use strict'; | ||
this._triggerEvents('onChange', value); | ||
this._start(position); | ||
this._start(position, value); | ||
this._addDocumentEvents('touch'); | ||
@@ -202,3 +202,3 @@ pauseEvent(e); | ||
this._triggerEvents('onChange', value); | ||
this._start(position); | ||
this._start(position, value); | ||
this._addDocumentEvents('mouse'); | ||
@@ -498,5 +498,5 @@ pauseEvent(e); | ||
_start: function _start(position) { | ||
_start: function _start(position, value) { | ||
this._triggerEvents('onBeforeChange'); | ||
this.startValue = this.state.value; | ||
this.startValue = value; | ||
this.startPosition = position; | ||
@@ -503,0 +503,0 @@ this.setState({ |
{ | ||
"name": "rc-slider", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"description": "slider ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27250