mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 11:22:41 +01:00
working import
This commit is contained in:
parent
2ebfb335d4
commit
a4c23a383c
1 changed files with 1 additions and 0 deletions
|
@ -452,6 +452,7 @@ function makeContentCollector(collectStyles, browser, apool, domInterface, class
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
var tname = (dom.nodeTagName(node) || "").toLowerCase();
|
var tname = (dom.nodeTagName(node) || "").toLowerCase();
|
||||||
|
delete state.lineAttributes.pastedImage;
|
||||||
if (tname == "img")
|
if (tname == "img")
|
||||||
{
|
{
|
||||||
state.lineAttributes.pastedImage = node.outerHTML;
|
state.lineAttributes.pastedImage = node.outerHTML;
|
||||||
|
|
Loading…
Reference in a new issue