From 6aef06c5c2efcae4546f863fcb66c4987990deee Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 26 Mar 2018 12:08:09 +0800 Subject: [PATCH] roojs-debug.js --- roojs-debug.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/roojs-debug.js b/roojs-debug.js index f9586a24e0..e80e40ac02 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -42853,12 +42853,17 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { 'IMG { cursor: pointer } ' + ''; + var cls = 'roo-htmleditor-body'; + + if(this.bodyCls.length){ + cls += ' ' + this.bodyCls; + } return '' + st + //' + - ' '; + ' '; }, // private -- 2.39.2