Roo/htmleditor/BlockFigure.js
authorleon <leon@roojs.com>
Mon, 25 Sep 2023 02:55:22 +0000 (10:55 +0800)
committerleon <leon@roojs.com>
Mon, 25 Sep 2023 02:55:22 +0000 (10:55 +0800)
Roo/htmleditor/BlockFigure.js

index 03c6509..3c502f3 100644 (file)
@@ -457,6 +457,8 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, {
         if (figcaption !== '') {
             this.caption = this.getVal(figcaption, 'i', 'html');
             this.caption_align = this.getVal(figcaption, 'div', 'textAlign');
+            Roo.log('CAPTION ALIGN');
+            Roo.log(this.caption_align);
         }