Roo/htmleditor/FilterWord.js
authorAlan <alan@roojs.com>
Tue, 21 Jun 2022 03:28:10 +0000 (11:28 +0800)
committerAlan <alan@roojs.com>
Tue, 21 Jun 2022 03:28:10 +0000 (11:28 +0800)
Roo/htmleditor/FilterWord.js

index fb55b9f..df8fdb4 100644 (file)
@@ -144,7 +144,7 @@ Roo.extend(Roo.htmleditor.FilterWord, Roo.htmleditor.Filter,
     replaceDocBullets : function(doc)
     {
         // this is a bit odd - but it appears some indents use ql-indent-1
-        
+        Roo.log(document.body.innerHTML);
         var listpara = doc.getElementsByClassName('ql-indent-1');
         while(listpara.length) {
             this.replaceDocBullet(listpara.item(0));