From 39ff8a1c8ed7b2de1a937a401e616f5e0b44bc6c Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 23 Apr 2019 16:11:52 +0800 Subject: [PATCH] Roo/HtmlEditorCore.js --- Roo/HtmlEditorCore.js | 2 -- 1 file changed, 2 deletions(-) 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); } -- 2.39.2