Roo/htmleditor/BlockFigure.js
authorleon <leon@roojs.com>
Tue, 15 Aug 2023 02:34:20 +0000 (10:34 +0800)
committerleon <leon@roojs.com>
Tue, 15 Aug 2023 02:34:20 +0000 (10:34 +0800)
Roo/htmleditor/BlockFigure.js

index e3dcceb..e8ef8a8 100644 (file)
@@ -293,7 +293,7 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, {
             img = {
                 tag : 'a',
                 href: this.href,
-                contenteditable : 'true'',
+                contenteditable : true,
                 cn : [
                     img
                 ]