Correct comment
authorCyperghost <olaf_schmitz_1@t-online.de>
Wed, 6 Nov 2024 09:19:24 +0000 (10:19 +0100)
committerCyperghost <olaf_schmitz_1@t-online.de>
Wed, 6 Nov 2024 09:19:24 +0000 (10:19 +0100)
ts/WoltLabSuite/Core/Component/Image/Cropper.ts

index 821692e4894b7bb8fa9bd35dcabc07a4da521c22..4349c010f23f6fd16112ce1255be774d5b93a59f 100644 (file)
@@ -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;