Fix issues of no file extension for pad export
This commit is contained in:
@@ -786,7 +786,7 @@ define([
|
||||
});
|
||||
}, true);
|
||||
|
||||
framework.setFileExporter(Exporter.type, function (cb) {
|
||||
framework.setFileExporter(Exporter.ext, function (cb) {
|
||||
Exporter.main(inner, cb);
|
||||
}, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user