From a4c23a383c45e8efcab5043dfa94852bf6ff915f Mon Sep 17 00:00:00 2001 From: John McLear Date: Thu, 12 Dec 2013 00:29:57 +0000 Subject: [PATCH] working import --- src/static/js/contentcollector.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/static/js/contentcollector.js b/src/static/js/contentcollector.js index 791525dfb..698555f6f 100644 --- a/src/static/js/contentcollector.js +++ b/src/static/js/contentcollector.js @@ -452,6 +452,7 @@ function makeContentCollector(collectStyles, browser, apool, domInterface, class else { var tname = (dom.nodeTagName(node) || "").toLowerCase(); + delete state.lineAttributes.pastedImage; if (tname == "img") { state.lineAttributes.pastedImage = node.outerHTML;