Roo/dialog/UploadCropbox.js
authorleon <leon@roojs.com>
Tue, 12 Jul 2022 04:27:52 +0000 (12:27 +0800)
committerleon <leon@roojs.com>
Tue, 12 Jul 2022 04:27:52 +0000 (12:27 +0800)
Roo/dialog/UploadCropbox.js

index fdd86be..804328f 100644 (file)
@@ -1392,6 +1392,9 @@ Roo.extend(Roo.dialog.UploadCropbox, Roo.Component,  {
         
         this.file = file;
         if(typeof(file.type) != 'undefined') {
+            console.log("CROPTYPE");
+            console.log(typeof(file.type));
+            console.log(this.cropType);
             this.cropType = file.type;
         }