From: leon Date: Mon, 27 Jun 2022 05:30:09 +0000 (+0800) Subject: Roo/htmleditor/BlockTd.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=43e7b5484801acca330ced3e9aac34a8eafa1dec Roo/htmleditor/BlockTd.js --- diff --git a/Roo/htmleditor/BlockTd.js b/Roo/htmleditor/BlockTd.js index 7c582bd842..5842f268a5 100644 --- a/Roo/htmleditor/BlockTd.js +++ b/Roo/htmleditor/BlockTd.js @@ -444,6 +444,8 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, { if (typeof(this.colWidths[cn]) == 'undefined') { this.colWidths[cn] = ce.style.width; + console.log("colWidths " + cn); + console.log(ce.style.width); if (this.colWidths[cn] != '') { all_auto = false; }