From: leon Date: Mon, 27 Jun 2022 03:32:46 +0000 (+0800) Subject: Changed Roo/htmleditor/BlockTd.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=ce9bd51e8e498385346e7585064405cc3e25913e Changed Roo/htmleditor/BlockTd.js --- diff --git a/Roo/htmleditor/BlockTd.js b/Roo/htmleditor/BlockTd.js index b6022caa76..931799fdec 100644 --- a/Roo/htmleditor/BlockTd.js +++ b/Roo/htmleditor/BlockTd.js @@ -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'));