From c0068fc5c6feb92d5af89dc254f751fffc5bc7fd Mon Sep 17 00:00:00 2001 From: leon Date: Wed, 13 Jul 2022 14:41:43 +0800 Subject: [PATCH] Roo/dialog/UploadCropbox.js --- Roo/dialog/UploadCropbox.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Roo/dialog/UploadCropbox.js b/Roo/dialog/UploadCropbox.js index b8b66dee50..9428b8f2dc 100644 --- a/Roo/dialog/UploadCropbox.js +++ b/Roo/dialog/UploadCropbox.js @@ -560,9 +560,9 @@ Roo.extend(Roo.dialog.UploadCropbox, Roo.Component, { this.startScale = this.scale; this.scale = (e.getWheelDelta() == 1) ? (this.scale + 1) : (this.scale - 1); - console.log('startScale: ' . this.startScale); - console.log('scale: ' . this.scale); - console.log('getWheelDelta: ' . e.getWheelDelta()); + console.log('startScale: ' + this.startScale); + console.log('scale: ' + this.scale); + console.log('getWheelDelta: ' + e.getWheelDelta()); if(!this.zoomable()){ this.scale = this.startScale; return; -- 2.39.2