Roo/htmleditor/BlockFigure.js
authorleon <leon@roojs.com>
Mon, 25 Sep 2023 03:58:12 +0000 (11:58 +0800)
committerleon <leon@roojs.com>
Mon, 25 Sep 2023 03:58:12 +0000 (11:58 +0800)
Roo/htmleditor/BlockFigure.js

index 6338d8a..58455be 100644 (file)
@@ -171,11 +171,6 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, {
                         b.updateElement();
                         syncValue();
                         toolbar.editorcore.onEditorEvent();
-
-                        toolbar.captionAlign.show();
-                        if(b.width != '100%') {
-                            toolbar.captionAlign.hide();
-                        }
                     }
                 },
                 xns : rooui.form,