Roo/dialog/UploadCropbox.js
authorleon <leon@roojs.com>
Thu, 7 Jul 2022 02:43:17 +0000 (10:43 +0800)
committerleon <leon@roojs.com>
Thu, 7 Jul 2022 02:43:17 +0000 (10:43 +0800)
Roo/dialog/UploadCropbox.js

index c01fb62..415775e 100644 (file)
@@ -564,7 +564,7 @@ Roo.extend(Roo.dialog.UploadCropbox, Roo.Component,  {
         this.scale = (e.getWheelDelta() == 1) ? (this.scale + 1) : (this.scale - 1);
         
         console.log("START SCALE:" + this.startScale);
-        console.log("TEST SCALE: " + this.startScale);
+        console.log("TEST SCALE: " + this.scale);
         if(!this.zoomable()){
             this.scale = this.startScale;
             return;