Roo/htmleditor/BlockFigure.js
authorleon <leon@roojs.com>
Mon, 28 Aug 2023 03:27:48 +0000 (11:27 +0800)
committerleon <leon@roojs.com>
Mon, 28 Aug 2023 03:27:48 +0000 (11:27 +0800)
Roo/htmleditor/BlockFigure.js

index f4d069c..8b6e253 100644 (file)
@@ -338,7 +338,6 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, {
                 textAlign : this.align   // seems to work for email..
                 
             },
-           
             
             align : this.align,
             cn : [
@@ -426,7 +425,7 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, {
 
         // read caption from data-caption in figure if no caption from figcaption
         var dc = this.getVal(node, true, 'data-caption');
-        
+
         if(this.caption_display == 'none' && this.caption == '' && dc && dc.length){
             this.caption = dc;
             Roo.log('DATA CAPTION');