Roo/ContentPanel.js
authorleon <leon@roojs.com>
Wed, 22 Jun 2022 03:04:04 +0000 (11:04 +0800)
committerleon <leon@roojs.com>
Wed, 22 Jun 2022 03:04:04 +0000 (11:04 +0800)
Roo/ContentPanel.js

index fbee2b7..aba6f66 100644 (file)
@@ -429,7 +429,7 @@ layout.addxtype({
 
             this.cropbox = new Roo.factory(cfg);
 
-            this.cropbox.render();
+            this.cropbox.render(this.el);
 
             return this.cropbox;
         }