Changed Roo/htmleditor/BlockTd.js
authorleon <leon@roojs.com>
Mon, 27 Jun 2022 03:32:46 +0000 (11:32 +0800)
committerleon <leon@roojs.com>
Mon, 27 Jun 2022 03:32:46 +0000 (11:32 +0800)
Roo/htmleditor/BlockTd.js

index b6022ca..931799f 100644 (file)
@@ -375,6 +375,8 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, {
     
     readElement : function(node)
     {
+        console.log("htmleditor.BlockTd readElement");
+        console.log(node);
         node  = node ? node : this.node ;
         this.width = node.style.width;
         this.colspan = Math.max(1,1*node.getAttribute('colspan'));