Roo/htmleditor/BlockFigure.js
authorleon <leon@roojs.com>
Mon, 25 Sep 2023 02:33:17 +0000 (10:33 +0800)
committerleon <leon@roojs.com>
Mon, 25 Sep 2023 02:33:17 +0000 (10:33 +0800)
Roo/htmleditor/BlockFigure.js

index 1daf5b5..e472685 100644 (file)
@@ -176,8 +176,8 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, {
 
                         toolbar.captionAlign.show();
                         if(b.width != '100%') {
-                            toolbar.captionAlign.setFromData('left');
-                            // toolbar.captionAlign.hide();
+                            // toolbar.captionAlign.setFromData('left');
+                            toolbar.captionAlign.hide();
                         }
                     }
                 },