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