Roo/dialog/UploadCropbox.js
authorleon <leon@roojs.com>
Mon, 11 Jul 2022 09:29:56 +0000 (17:29 +0800)
committerleon <leon@roojs.com>
Mon, 11 Jul 2022 09:29:56 +0000 (17:29 +0800)
Roo/dialog/UploadCropbox.js

index d14c855..ae92467 100644 (file)
@@ -560,7 +560,7 @@ Roo.extend(Roo.dialog.UploadCropbox, Roo.Component,  {
         
         console.log("START SCALE:" + this.startScale);
         console.log("TEST SCALE: " + this.scale);
-        if(!this.zoomable(this.startScale)){
+        if(!this.zoomable()){
             this.scale = this.startScale;
             return;
         }