Fix issues of no file extension for pad export
This commit is contained in:
@@ -415,7 +415,7 @@ define([
|
||||
setEditable(!locked);
|
||||
});
|
||||
|
||||
framework.setFileExporter('png', function (cb) {
|
||||
framework.setFileExporter('.png', function (cb) {
|
||||
$canvas[0].toBlob(function (blob) {
|
||||
cb(blob);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user