Fix whiteboard export to .png from the app

This commit is contained in:
ClemDee 2019-07-30 10:11:20 +02:00
parent 38b414bbe1
commit dee3ae406a

View file

@ -419,7 +419,7 @@ define([
$canvas[0].toBlob(function (blob) { $canvas[0].toBlob(function (blob) {
cb(blob); cb(blob);
}); });
}); }, true);
framework.setNormalizer(function (c) { framework.setNormalizer(function (c) {
return { return {