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

index 53c2260..850f368 100644 (file)
@@ -272,7 +272,7 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, {
                     {
                         toolbar.editorcore.selectNode(toolbar.tb.selectedNode);
                         var b = block();
-                        b.captino_align = r.get('val');
+                        b.caption_align = r.get('val');
                         b.updateElement();
                         syncValue();
                         toolbar.editorcore.onEditorEvent();