diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Component/Image/Cropper.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Component/Image/Cropper.js index c59d3ccf5cb..14f3dd227fe 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Component/Image/Cropper.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Component/Image/Cropper.js @@ -200,7 +200,7 @@ define(["require", "exports", "tslib", "WoltLabSuite/Core/Image/Resizer", "WoltL this.cropperImage.$center("contain"); this.cropperSelection.$reset(); }); - // Limit the selection to the canvas boundaries + // Limit the selection to the min/max size this.cropperSelection.addEventListener("change", (event) => { const selection = event.detail; if (selection.width < this.minSize.width ||