mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
DAMNIT
This commit is contained in:
parent
a4c23a383c
commit
3c04a4c1b1
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue