From: Cyperghost Date: Wed, 6 Nov 2024 09:19:24 +0000 (+0100) Subject: Correct comment X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3a494ba378dd530722af88671e658c0d1279fdc7;p=GitHub%2FWoltLab%2FWCF.git Correct comment --- diff --git a/ts/WoltLabSuite/Core/Component/Image/Cropper.ts b/ts/WoltLabSuite/Core/Component/Image/Cropper.ts index 821692e489..4349c010f2 100644 --- a/ts/WoltLabSuite/Core/Component/Image/Cropper.ts +++ b/ts/WoltLabSuite/Core/Component/Image/Cropper.ts @@ -264,7 +264,7 @@ class MinMaxImageCropper extends ImageCropper { this.cropperSelection!.$reset(); }); - // Limit the selection to the canvas boundaries + // Limit the selection to the min/max size this.cropperSelection!.addEventListener("change", (event: CustomEvent) => { const selection = event.detail as Selection;