Roo/htmleditor/BlockFigure.js
authorleon <leon@roojs.com>
Mon, 28 Aug 2023 03:19:49 +0000 (11:19 +0800)
committerleon <leon@roojs.com>
Mon, 28 Aug 2023 03:19:49 +0000 (11:19 +0800)
Roo/htmleditor/BlockFigure.js

index dbc789c..0b3e53e 100644 (file)
@@ -382,6 +382,10 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, {
                 }
             ]
         };
+
+        if(this.caption_display != 'block') {
+
+        }
         return ret;
          
     },