Fix whiteboard export to .png from the app
parent
38b414bbe1
commit
dee3ae406a
|
@ -419,7 +419,7 @@ define([
|
|||
$canvas[0].toBlob(function (blob) {
|
||||
cb(blob);
|
||||
});
|
||||
});
|
||||
}, true);
|
||||
|
||||
framework.setNormalizer(function (c) {
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue