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

index e89af69..599cddf 100644 (file)
@@ -456,6 +456,7 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, {
 
         if (figcaption !== '') {
             this.caption = this.getVal(figcaption, 'i', 'html');
+            this.caption_align = this.getVal(figcaption, 'div', 'caption_align');
         }