@ckeditor/ckeditor5-image 46.0.1-alpha.1 → 46.0.1-alpha.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +12 -12
- package/src/imageupload/imageuploadediting.js +1 -1
package/dist/index.js
CHANGED
|
@@ -3977,7 +3977,7 @@ const IMAGE_URL_REGEXP = new RegExp(String(/^(http(s)?:\/\/)?[\w-]+\.[\w.~:/[\]@
|
|
|
3977
3977
|
}, (writer)=>{
|
|
3978
3978
|
for (const imageElement of imageUploadElements.get(loader.id)){
|
|
3979
3979
|
// Handle situation when the image has been removed and then `abort` exception was thrown.
|
|
3980
|
-
// See: https://github.com/
|
|
3980
|
+
// See: https://github.com/ckeditor/ckeditor5-commercial/issues/6817
|
|
3981
3981
|
if (imageElement.root.rootName !== '$graveyard') {
|
|
3982
3982
|
writer.remove(imageElement);
|
|
3983
3983
|
}
|