Roo/htmleditor/BlockTd.js
authorleon <leon@roojs.com>
Mon, 27 Jun 2022 04:57:58 +0000 (12:57 +0800)
committerleon <leon@roojs.com>
Mon, 27 Jun 2022 04:57:58 +0000 (12:57 +0800)
Roo/htmleditor/BlockTd.js

index 38bceb2..fc32430 100644 (file)
@@ -411,6 +411,7 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, {
     
     toTableArray  : function()
     {
+        console.log("htmleditor.BlockTd toTableArray");
         var ret = [];
         var tab = this.node.closest('tr').closest('table');
         Array.from(tab.rows).forEach(function(r, ri){