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

index 6a6a7de..f5e8657 100644 (file)
@@ -621,6 +621,7 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, {
     },
     normalizeWidths : function(table)
     {
     },
     normalizeWidths : function(table)
     {
+        console.log("htmleditor.BlockTd normalizeWidths")
     
         if (this.colWidths[0] === false) {
             var nw = 100.0 / this.colWidths.length;
     
         if (this.colWidths[0] === false) {
             var nw = 100.0 / this.colWidths.length;