Roo/htmleditor/BlockTd.js
authorleon <leon@roojs.com>
Mon, 27 Jun 2022 07:18:50 +0000 (15:18 +0800)
committerleon <leon@roojs.com>
Mon, 27 Jun 2022 07:18:50 +0000 (15:18 +0800)
Roo/htmleditor/BlockTd.js

index 51888ca..9408f25 100644 (file)
@@ -696,7 +696,9 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, {
     },
     growColumn : function()
     {
+        console.log("htmleditor.BlockTd growColumn");
         var table = this.toTableArray();
+        console.log(table);
         this.normalizeWidths(table);
         var col = this.cellData.col;
         var nw = this.colWidths[col] * 1.2;