Roo/htmleditor/BlockFigure.js
authorleon <leon@roojs.com>
Fri, 22 Sep 2023 07:54:10 +0000 (15:54 +0800)
committerleon <leon@roojs.com>
Fri, 22 Sep 2023 07:54:10 +0000 (15:54 +0800)
Roo/htmleditor/BlockFigure.js

index bb95c49..fd4fef3 100644 (file)
@@ -271,6 +271,8 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, {
                     select : function (combo, r, index)
                     {
                         toolbar.editorcore.selectNode(toolbar.tb.selectedNode);
+                        Roo.log('TOOLBAR');
+                        Roo.log(toolbar);
                         var b = block();
                         b.caption_align = r.get('val');
                         b.updateElement();