Commit 4eddc27c authored by Oleg Korshul's avatar Oleg Korshul

поправлена загрузка картинок при InsertContent (builder)

parent 4a15f236
......@@ -7859,7 +7859,7 @@ function Check_LoadingDataBeforePrepaste(_api, _fonts, _images, _callback)
else
_images[image] = "local";
}
else if (!g_oDocumentUrls.getImageLocal(src))
else if (!g_oDocumentUrls.getImageUrl(src) && !g_oDocumentUrls.getImageLocal(src))
aImagesToDownload.push(src);
}
if (aImagesToDownload.length > 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment