Run tsc
authorCyperghost <olaf_schmitz_1@t-online.de>
Wed, 6 Nov 2024 09:34:48 +0000 (10:34 +0100)
committerCyperghost <olaf_schmitz_1@t-online.de>
Wed, 6 Nov 2024 09:41:39 +0000 (10:41 +0100)
wcfsetup/install/files/js/WoltLabSuite/Core/Component/Image/Cropper.js

index c59d3ccf5cbe384f6f73b5a677abe1d196819d75..14f3dd227fea9c269653f7ef5eb7f1579e494c52 100644 (file)
@@ -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 ||