Roo/htmleditor/BlockTd.js
authorleon <leon@roojs.com>
Mon, 27 Jun 2022 05:24:57 +0000 (13:24 +0800)
committerleon <leon@roojs.com>
Mon, 27 Jun 2022 05:24:57 +0000 (13:24 +0800)
Roo/htmleditor/BlockTd.js

index f5e8657..7c582bd 100644 (file)
@@ -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;