diff --git a/src/client/lazy-app/Compress/index.tsx b/src/client/lazy-app/Compress/index.tsx index cb852f5b..ab6564ed 100644 --- a/src/client/lazy-app/Compress/index.tsx +++ b/src/client/lazy-app/Compress/index.tsx @@ -465,7 +465,6 @@ export default class Compress extends Component { if (cropChanged) { const img = state.source?.decoded; resizeSettings = { - enabled: false, width: img ? img.width - crop.left - crop.right : undefined, height: img ? img.height - crop.top - crop.bottom : undefined, };