From: leon Date: Mon, 27 Jun 2022 09:06:09 +0000 (+0800) Subject: Roo/htmleditor/BlockTd.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=75c24d3f5283ec760defc38b6f88c8fabade5bc4 Roo/htmleditor/BlockTd.js --- diff --git a/Roo/htmleditor/BlockTd.js b/Roo/htmleditor/BlockTd.js index 48fe5e33b1..86315178b3 100644 --- a/Roo/htmleditor/BlockTd.js +++ b/Roo/htmleditor/BlockTd.js @@ -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); },