Roo/htmleditor/BlockTd.js
authorleon <leon@roojs.com>
Mon, 27 Jun 2022 08:41:09 +0000 (16:41 +0800)
committerleon <leon@roojs.com>
Mon, 27 Jun 2022 08:41:09 +0000 (16:41 +0800)
Roo/htmleditor/BlockTd.js

index f7b3efa..acf00d7 100644 (file)
@@ -606,6 +606,8 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, {
     },
     updateWidths : function(table)
     {
+        console.log("htmleditor.BlockTd updateWidths");
+        console.log(table);
         for(var r = 0 ; r < table.length; r++) {
            
             for(var c = 0 ; c < table[r].length; c++) {