Roo/htmleditor/BlockTd.js
authorleon <leon@roojs.com>
Mon, 27 Jun 2022 08:52:36 +0000 (16:52 +0800)
committerleon <leon@roojs.com>
Mon, 27 Jun 2022 08:52:36 +0000 (16:52 +0800)
Roo/htmleditor/BlockTd.js

index 718cd77..e352075 100644 (file)
@@ -506,6 +506,7 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, {
         this.colspan += rc.colspan;
         this.node.setAttribute('colspan', this.colspan);
 
         this.colspan += rc.colspan;
         this.node.setAttribute('colspan', this.colspan);
 
+        this.updateWidths(table);
     },
     
     
     },