From 3a494ba378dd530722af88671e658c0d1279fdc7 Mon Sep 17 00:00:00 2001 From: Cyperghost Date: Wed, 6 Nov 2024 10:19:24 +0100 Subject: [PATCH] Correct comment --- ts/WoltLabSuite/Core/Component/Image/Cropper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1