From 5a38babc85bb20f9f13d79daf6a6bd11fe8e0141 Mon Sep 17 00:00:00 2001 From: Cyperghost Date: Wed, 6 Nov 2024 10:34:48 +0100 Subject: [PATCH] Run tsc --- .../files/js/WoltLabSuite/Core/Component/Image/Cropper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c59d3ccf5c..14f3dd227f 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 ||