From: Edward Date: Tue, 23 Apr 2019 08:11:52 +0000 (+0800) Subject: Roo/HtmlEditorCore.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=39ff8a1c8ed7b2de1a937a401e616f5e0b44bc6c Roo/HtmlEditorCore.js --- diff --git a/Roo/HtmlEditorCore.js b/Roo/HtmlEditorCore.js index 431abab090..8c15285b73 100644 --- a/Roo/HtmlEditorCore.js +++ b/Roo/HtmlEditorCore.js @@ -1177,9 +1177,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { node.childNodes.length == 1 && node.firstChild.nodeName == "#text" ) { - console.log('run!!!!!'); var textNode = node.firstChild; - console.log(textNode); node.parentNode.insertBefore(textNode, node); node.parentNode.removeChild(node); }