antd-mini
Advanced tools
Comparing version 1.9.1 to 1.9.2
@@ -155,2 +155,5 @@ import equal from 'fast-deep-equal'; | ||
changeMoving({ changingEnd: false, changingStart: false }); | ||
if (_this.props.onAfterChange) { | ||
_this.props.onAfterChange(_this.getValue(), fmtEvent(_this.props, e)); | ||
} | ||
} | ||
@@ -211,7 +214,4 @@ }); | ||
this.onTouchChanged(e, 'end'); | ||
if (this.props.onAfterChange) { | ||
this.props.onAfterChange(this.getValue(), fmtEvent(this.props, e)); | ||
} | ||
}, | ||
}, | ||
}); |
@@ -155,2 +155,5 @@ import equal from 'fast-deep-equal'; | ||
changeMoving({ changingEnd: false, changingStart: false }); | ||
if (_this.props.onAfterChange) { | ||
_this.props.onAfterChange(_this.getValue(), fmtEvent(_this.props, e)); | ||
} | ||
} | ||
@@ -211,7 +214,4 @@ }); | ||
this.onTouchChanged(e, 'end'); | ||
if (this.props.onAfterChange) { | ||
this.props.onAfterChange(this.getValue(), fmtEvent(this.props, e)); | ||
} | ||
}, | ||
}, | ||
}); |
{ | ||
"name": "antd-mini", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "dev": "node ./scripts/dev.js", |
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
1253746