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

index abc20d5..7220424 100644 (file)
@@ -444,9 +444,6 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, {
          
         this.align = this.getVal(node, 'figure', 'align');
 
-        // caption display is stored in figure
-        this.caption_display = this.getVal(node, true, 'data-caption-display');
-
         // backward compatible
         // it was stored in figcaption
         if(this.caption_display == '') {