From bae7d3cbbf4e1f2a0f7f16154026820b556d9367 Mon Sep 17 00:00:00 2001 From: leon Date: Mon, 27 Jun 2022 13:24:57 +0800 Subject: [PATCH] Roo/htmleditor/BlockTd.js --- Roo/htmleditor/BlockTd.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Roo/htmleditor/BlockTd.js b/Roo/htmleditor/BlockTd.js index f5e8657780..7c582bd842 100644 --- a/Roo/htmleditor/BlockTd.js +++ b/Roo/htmleditor/BlockTd.js @@ -621,7 +621,8 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, { }, normalizeWidths : function(table) { - console.log("htmleditor.BlockTd normalizeWidths") + console.log("htmleditor.BlockTd normalizeWidths"); + console.log(this.colWidths); if (this.colWidths[0] === false) { var nw = 100.0 / this.colWidths.length; -- 2.39.2