Roo/htmleditor/BlockFigure.js
authorleon <leon@roojs.com>
Mon, 14 Aug 2023 05:00:28 +0000 (13:00 +0800)
committerleon <leon@roojs.com>
Mon, 14 Aug 2023 05:00:28 +0000 (13:00 +0800)
Roo/htmleditor/BlockFigure.js

index 5d98173..6e312cc 100644 (file)
@@ -317,6 +317,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");