Roo/htmleditor/BlockFigure.js
authorleon <leon@roojs.com>
Mon, 25 Sep 2023 03:16:12 +0000 (11:16 +0800)
committerleon <leon@roojs.com>
Mon, 25 Sep 2023 03:16:12 +0000 (11:16 +0800)
Roo/htmleditor/BlockFigure.js

index 1cc9927..0585cbb 100644 (file)
@@ -455,6 +455,9 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, {
 
         this.caption_align = this.getVal(node, 'figcaption', 'data-caption-align');
 
+        Roo.log('READ CAPTION ALIGN');
+        Roo.log(this.caption_align);
+
         // read caption from figcaption
         var figcaption = this.getVal(node, 'figcaption', false);