Roo/htmleditor/BlockFigure.js
authorAlan <alan@roojs.com>
Tue, 28 Sep 2021 08:46:05 +0000 (16:46 +0800)
committerAlan <alan@roojs.com>
Tue, 28 Sep 2021 08:46:05 +0000 (16:46 +0800)
Roo/htmleditor/BlockFigure.js

index 3dd80d7..39a3c17 100644 (file)
@@ -120,7 +120,7 @@ Roo.htmleditor.BlockFigure.prototype = {
     },
     toHTML : function()
     {
-        Roo.DomHelper.markup(this.toObject());
+        return Roo.DomHelper.markup(this.toObject());
     },
     
     getVal : function(node, tag, attr, style)