From ce9bd51e8e498385346e7585064405cc3e25913e Mon Sep 17 00:00:00 2001 From: leon Date: Mon, 27 Jun 2022 11:32:46 +0800 Subject: [PATCH] Changed Roo/htmleditor/BlockTd.js --- Roo/htmleditor/BlockTd.js | 2 ++ 1 file changed, 2 insertions(+) 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')); -- 2.39.2