mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[ve] Fix images read on serialized file; Fix bug 74587
This commit is contained in:
@ -2011,7 +2011,7 @@
|
||||
sReadPath = AscCommon.changeFileExtention(sReadPath, "svg");
|
||||
uni_fill.fill.setRasterImageId(sReadPath);
|
||||
} else if (allowExt.indexOf(ext) === -1) {
|
||||
var images = AscCommon.g_oDocumentUrls.getImagesWithOtherExtention(sReadPath);
|
||||
var images = AscCommon.g_oDocumentUrls.getImagesWithOtherExtension(sReadPath);
|
||||
if (images.length > 0) {
|
||||
for (var i = 0; i < images.length; i++) {
|
||||
var image = images[i];
|
||||
|
||||
Reference in New Issue
Block a user