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

index 931799f..aee13ee 100644 (file)
@@ -339,7 +339,7 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, {
      */
     toObject : function()
     {
-        
+        console.log("htmleditor.BlockTd toObject");
         var ret = {
             tag : 'td',
             contenteditable : 'true', // this stops cell selection from picking the table.