From 75c24d3f5283ec760defc38b6f88c8fabade5bc4 Mon Sep 17 00:00:00 2001 From: leon Date: Mon, 27 Jun 2022 17:06:09 +0800 Subject: [PATCH] Roo/htmleditor/BlockTd.js --- Roo/htmleditor/BlockTd.js | 1 + 1 file changed, 1 insertion(+) 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); }, -- 2.39.2