diff --git a/2893.bd6666e7.async.js b/1391.9954f913.async.js
similarity index 99%
rename from 2893.bd6666e7.async.js
rename to 1391.9954f913.async.js
index c7cd673b87..d94a426d25 100644
--- a/2893.bd6666e7.async.js
+++ b/1391.9954f913.async.js
@@ -1,4 +1,4 @@
-(self["webpackChunk"] = self["webpackChunk"] || []).push([[2893],{
+(self["webpackChunk"] = self["webpackChunk"] || []).push([[1391],{
/***/ 16180:
/*!******************************************************************************************************!*\
@@ -46,7 +46,7 @@ if (false) {}
/***/ }),
-/***/ 58413:
+/***/ 50581:
/*!*************************************************************************************************!*\
!*** ./node_modules/_antd-img-crop@4.25.0@antd-img-crop/dist/antd-img-crop.esm.js + 19 modules ***!
\*************************************************************************************************/
@@ -2174,7 +2174,7 @@ if (false) {}
// EXTERNAL MODULE: ./node_modules/_normalize-wheel@1.0.1@normalize-wheel/index.js
var _normalize_wheel_1_0_1_normalize_wheel = __webpack_require__(23841);
var _normalize_wheel_1_0_1_normalize_wheel_default = /*#__PURE__*/__webpack_require__.n(_normalize_wheel_1_0_1_normalize_wheel);
-;// CONCATENATED MODULE: ./node_modules/_react-easy-crop@5.4.1@react-easy-crop/index.module.js
+;// CONCATENATED MODULE: ./node_modules/_react-easy-crop@5.4.2@react-easy-crop/index.module.js
@@ -2452,7 +2452,7 @@ var Cropper = /** @class */function (_super) {
_this.currentDoc.removeEventListener('mouseup', _this.onDragStopped);
_this.currentDoc.removeEventListener('touchmove', _this.onTouchMove);
_this.currentDoc.removeEventListener('touchend', _this.onDragStopped);
- _this.currentDoc.removeEventListener('gesturemove', _this.onGestureMove);
+ _this.currentDoc.removeEventListener('gesturechange', _this.onGestureChange);
_this.currentDoc.removeEventListener('gestureend', _this.onGestureEnd);
_this.currentDoc.removeEventListener('scroll', _this.onScroll);
};
@@ -2612,12 +2612,12 @@ var Cropper = /** @class */function (_super) {
_this.onGestureStart = function (e) {
if (!_this.currentDoc) return;
e.preventDefault();
- _this.currentDoc.addEventListener('gesturechange', _this.onGestureMove);
+ _this.currentDoc.addEventListener('gesturechange', _this.onGestureChange);
_this.currentDoc.addEventListener('gestureend', _this.onGestureEnd);
_this.gestureZoomStart = _this.props.zoom;
_this.gestureRotationStart = _this.props.rotation;
};
- _this.onGestureMove = function (e) {
+ _this.onGestureChange = function (e) {
e.preventDefault();
if (_this.isTouching) {
// this is to avoid conflict between gesture and touch events
diff --git a/index.html b/index.html
index 5a825788bd..2d6bdef6c6 100644
--- a/index.html
+++ b/index.html
@@ -27,7 +27,7 @@
display: block !important;
}
-
+