From 0c2b040dcde90f597d76656215689c7afcb61a65 Mon Sep 17 00:00:00 2001 From: leon Date: Mon, 27 Jun 2022 14:46:21 +0800 Subject: [PATCH] Roo/htmleditor/BlockTd.js --- Roo/htmleditor/BlockTd.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Roo/htmleditor/BlockTd.js b/Roo/htmleditor/BlockTd.js index 5842f268a5..935f3638e1 100644 --- a/Roo/htmleditor/BlockTd.js +++ b/Roo/htmleditor/BlockTd.js @@ -624,7 +624,9 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, { normalizeWidths : function(table) { console.log("htmleditor.BlockTd normalizeWidths"); - console.log(this.colWidths); + console.log("colWidths 0"); + console.log(col.Widths[0]); + console.log(col.Wdiths[1]); if (this.colWidths[0] === false) { var nw = 100.0 / this.colWidths.length; -- 2.39.2