From 3eb73c50a659299fff202361e547007f1987751a Mon Sep 17 00:00:00 2001 From: Alan Date: Tue, 12 Oct 2021 14:27:38 +0800 Subject: [PATCH] Roo/HtmlEditorCore.js --- Roo/HtmlEditorCore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/HtmlEditorCore.js b/Roo/HtmlEditorCore.js index 302b799d82..ce2118a7da 100644 --- a/Roo/HtmlEditorCore.js +++ b/Roo/HtmlEditorCore.js @@ -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(); }); -- 2.39.2