roojs-ui.js
authorleon <leon@roojs.com>
Mon, 28 Aug 2023 04:39:47 +0000 (12:39 +0800)
committerleon <leon@roojs.com>
Mon, 28 Aug 2023 04:39:47 +0000 (12:39 +0800)
roojs-ui-debug.js
roojs-core.js
roojs-core-debug.js

roojs-ui-debug.js

index e8eb5fd..4c5326e 100644 (file)
@@ -24088,6 +24088,8 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, {
                 ]
             };
         }
+
+
   
         var ret =   {
             tag: 'figure',
@@ -24143,7 +24145,7 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, {
                                 // we can not rely on yahoo syndication to use CSS elements - so have to use  '<i>' to encase stuff.
                                 tag : 'i',
                                 contenteditable : Roo.htmleditor.BlockFigure.caption_edit,
-                                html : this.caption.length ? this.caption : "Caption"
+                                html : this.caption.length ? this.caption : "Caption" // fake caption
                             }
                             
                         ]