Roo/htmleditor/BlockFigure.js
authorleon <leon@roojs.com>
Mon, 28 Aug 2023 02:31:26 +0000 (10:31 +0800)
committerleon <leon@roojs.com>
Mon, 28 Aug 2023 02:31:26 +0000 (10:31 +0800)
Roo/htmleditor/BlockFigure.js

index 9fe35bf..bec23f9 100644 (file)
@@ -407,8 +407,10 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, {
             this.caption_display = this.getVal(node, 'figcaption', 'data-display');
         }
 
-        /// not really used - as hidden captions do not store the content here..
         var figcaption = this.getVal(node, 'figcaption', false);
+        Roo.log('FIGCAPTION');
+        Roo.log(figcaption);
+
         if (figcaption !== '') {
             this.caption = this.getVal(figcaption, 'i', 'html');
         }