From 3c04a4c1b15345dda094ec34284a250d342e7d03 Mon Sep 17 00:00:00 2001 From: John McLear Date: Thu, 12 Dec 2013 00:31:38 +0000 Subject: [PATCH] DAMNIT --- src/static/js/contentcollector.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/static/js/contentcollector.js b/src/static/js/contentcollector.js index 698555f6f..f0e6c7011 100644 --- a/src/static/js/contentcollector.js +++ b/src/static/js/contentcollector.js @@ -452,7 +452,8 @@ function makeContentCollector(collectStyles, browser, apool, domInterface, class else { var tname = (dom.nodeTagName(node) || "").toLowerCase(); - delete state.lineAttributes.pastedImage; + // delete state.lineAttributes.pastedImage; + // The issue with above is that we comment it out import works great, if we don't import doesn't work! if (tname == "img") { state.lineAttributes.pastedImage = node.outerHTML;