Changed Roo/htmleditor/BlockFigure.js
authorleon <leon@roojs.com>
Fri, 25 Aug 2023 05:01:14 +0000 (13:01 +0800)
committerleon <leon@roojs.com>
Fri, 25 Aug 2023 05:01:14 +0000 (13:01 +0800)
Roo/htmleditor/BlockFigure.js

index 60e83f7..e713d53 100644 (file)
@@ -318,6 +318,7 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, {
         // we remove caption totally if its hidden... - will delete data.. but otherwise we end up with fake caption
         var captionhtml = this.caption_display == 'none' ? '' : (this.caption.length ? this.caption : "Caption");
         
+        
   
         var ret =   {
             tag: 'figure',