From 26f8369413ace9d98a0b5ddd4a214b48d9971808 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 23 Apr 2019 15:11:37 +0800 Subject: [PATCH] roojs-ui.js roojs-ui-debug.js roojs-bootstrap.js roojs-bootstrap-debug.js roojs-all.js roojs-debug.js --- roojs-bootstrap-debug.js | 1 + roojs-debug.js | 1 + roojs-ui-debug.js | 1 + 3 files changed, 3 insertions(+) diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index 79fd821e6f..66a69b9334 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -23155,6 +23155,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { this.cleanWord(this.doc.body); return; } + if (node.nodeName == "#text") { // clean up silly Windows -- stuff? return; diff --git a/roojs-debug.js b/roojs-debug.js index 99c152d598..5785cb73b1 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -44067,6 +44067,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { this.cleanWord(this.doc.body); return; } + if (node.nodeName == "#text") { // clean up silly Windows -- stuff? return; diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index ba05a41f03..3067756912 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -21616,6 +21616,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { this.cleanWord(this.doc.body); return; } + if (node.nodeName == "#text") { // clean up silly Windows -- stuff? return; -- 2.39.2