Roo/HtmlEditorCore.js
authorAlan <alan@roojs.com>
Mon, 3 Jan 2022 06:55:50 +0000 (14:55 +0800)
committerAlan <alan@roojs.com>
Mon, 3 Jan 2022 06:55:50 +0000 (14:55 +0800)
Roo/HtmlEditorCore.js

index 67b43a6..b1f0baa 100644 (file)
@@ -438,6 +438,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
             }
             
             Roo.htmleditor.Block.initAll(this.doc.body);
+            this.updateLanguage();
             
             var lc = this.doc.body.lastChild;
             if (lc && lc.nodeType == 1 && lc.getAttribute("contenteditable") == "false") {