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

index 1300568..8b1742a 100644 (file)
@@ -599,6 +599,7 @@ 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++) {