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

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