@@ -11543,10 +11543,10 @@ U.MD.D.I.getContents2 = function (cid, s, task, t, uid, type, iframe) {
if (needConvert && promises.length > 0) {
Promise.all(promises).then(() => {
iframe.contentWindow.h.app.updateScene(updateSceneData);
+ iframe.contentWindow.h.app.files = { ...iframe.contentWindow.h.app.files, ...updateSceneData.files };
});
} else {
- iframe.contentWindow.h.app.files = { ...iframe.contentWindow.h.app.files, ...updateSceneData.files };
}