diff --git a/98506.e6159a4d.async.js b/68597.936a7ae9.async.js
similarity index 99%
rename from 98506.e6159a4d.async.js
rename to 68597.936a7ae9.async.js
index 6205648b64..f0fefb6a01 100644
--- a/98506.e6159a4d.async.js
+++ b/68597.936a7ae9.async.js
@@ -1,4 +1,4 @@
-(self["webpackChunk"] = self["webpackChunk"] || []).push([[98506],{
+(self["webpackChunk"] = self["webpackChunk"] || []).push([[68597],{
/***/ 10263:
/*!******************************************************************************************************!*\
@@ -46,7 +46,7 @@ if (false) {}
/***/ }),
-/***/ 57642:
+/***/ 28995:
/*!*************************************************************************************************!*\
!*** ./node_modules/_antd-img-crop@4.23.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.1.0@react-easy-crop/index.module.js
+;// CONCATENATED MODULE: ./node_modules/_react-easy-crop@5.2.0@react-easy-crop/index.module.js
@@ -2787,19 +2787,27 @@ var Cropper = /** @class */function (_super) {
rotation = _a.rotation;
var step = keyboardStep;
if (!_this.state.cropSize) return;
+ // if the shift key is pressed, reduce the step to allow finer control
+ if (event.shiftKey) {
+ step *= 0.2;
+ }
var newCrop = __assign({}, crop);
switch (event.key) {
case 'ArrowUp':
newCrop.y -= step;
+ event.preventDefault();
break;
case 'ArrowDown':
newCrop.y += step;
+ event.preventDefault();
break;
case 'ArrowLeft':
newCrop.x -= step;
+ event.preventDefault();
break;
case 'ArrowRight':
newCrop.x += step;
+ event.preventDefault();
break;
default:
return;
diff --git a/index.html b/index.html
index 001704e1d5..8b79b2cd15 100644
--- a/index.html
+++ b/index.html
@@ -27,7 +27,7 @@
display: block !important;
}
-
+