Roo/HtmlEditorCore.js
authorAlan <alan@roojs.com>
Tue, 12 Oct 2021 06:27:38 +0000 (14:27 +0800)
committerAlan <alan@roojs.com>
Tue, 12 Oct 2021 06:27:38 +0000 (14:27 +0800)
Roo/HtmlEditorCore.js

index 302b799..ce2118a 100644 (file)
@@ -547,7 +547,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
         Roo.log(images);
         //Roo.log(imgs);
         // fixme..
-        images = images.filter(function(g) { return !g.path.match(/^rtf\/(head|pgdsctbl)/); }) // ignore headers
+        images = images.filter(function(g) { return !g.path.match(/^rtf\/(head|pgdsctbl|listtable)/); }) // ignore headers
                        .map(function(g) { return g.toDataURL(); });