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

index aee13ee..0b9f594 100644 (file)
@@ -57,6 +57,7 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, {
     
     contextMenu : function(toolbar)
     {
+        console.log("htmleditor.BlockTd contextMenu");
         
         var cell = function() {
             return Roo.htmleditor.Block.factory(toolbar.tb.selectedNode);