Fix thumbnails in sframe apps

This commit is contained in:
yflory
2017-10-09 11:52:34 +02:00
parent 888028c542
commit aa744567ed
4 changed files with 34 additions and 16 deletions

View File

@@ -76,6 +76,7 @@ define([
common.renamePad(title || "", href, function (err) {
if (err) { return void console.error(err); }
onComplete(href);
common.setPadAttribute('fileType', metadata.type, null, href);
});
});
};