Roo/HtmlEditorCore.js
authorEdward <edward@roojs.com>
Tue, 23 Apr 2019 08:11:52 +0000 (16:11 +0800)
committerEdward <edward@roojs.com>
Tue, 23 Apr 2019 08:11:52 +0000 (16:11 +0800)
Roo/HtmlEditorCore.js

index 431abab..8c15285 100644 (file)
@@ -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);
         }