@@ -582,7 +582,7 @@ function serializeNode(
|
|||||||
}
|
}
|
||||||
oldValue
|
oldValue
|
||||||
? (attributes.crossOrigin = oldValue)
|
? (attributes.crossOrigin = oldValue)
|
||||||
: delete attributes.crossOrigin;
|
: image.removeAttribute('crossorigin');
|
||||||
};
|
};
|
||||||
// The image content may not have finished loading yet.
|
// The image content may not have finished loading yet.
|
||||||
if (image.complete && image.naturalWidth !== 0) recordInlineImage();
|
if (image.complete && image.naturalWidth !== 0) recordInlineImage();
|
||||||
|
|||||||
Reference in New Issue
Block a user