Roo/htmleditor/BlockTd.js
authorleon <leon@roojs.com>
Mon, 27 Jun 2022 09:06:09 +0000 (17:06 +0800)
committerleon <leon@roojs.com>
Mon, 27 Jun 2022 09:06:09 +0000 (17:06 +0800)
Roo/htmleditor/BlockTd.js

index 48fe5e3..8631517 100644 (file)
@@ -507,6 +507,7 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, {
         this.node.setAttribute('colspan', this.colspan);
 
         var table = this.toTableArray();
+        this.normalizeWidths(table);
         this.updateWidths(table);
     },