examples/dialog/uploadCropbox.js
authorleon <leon@roojs.com>
Tue, 12 Jul 2022 04:36:36 +0000 (12:36 +0800)
committerleon <leon@roojs.com>
Tue, 12 Jul 2022 04:36:36 +0000 (12:36 +0800)
examples/dialog/uploadCropbox.js

index e554487..7604320 100644 (file)
@@ -77,6 +77,7 @@ var uploadCropbox = {
                     listeners : {
                         click : function () {
                             _this.cropbox.crop();
+                            _this.dialog.hide();
                         }   
                     }
                 },