From: leon Date: Mon, 27 Jun 2022 05:24:57 +0000 (+0800) Subject: Roo/htmleditor/BlockTd.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=bae7d3cbbf4e1f2a0f7f16154026820b556d9367 Roo/htmleditor/BlockTd.js --- 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;