Remove selection in whiteboard when uploading to the drive

This commit is contained in:
yflory 2017-10-17 17:21:15 +02:00
parent e553351b79
commit d941b1098a

View File

@ -234,6 +234,7 @@ define([
APP.FM = common.createFileManager({});
APP.upload = function (title) {
var canvas = $canvas[0];
APP.canvas.deactivateAll().renderAll();
var finish = function (thumb) {
canvas.toBlob(function (blob) {
blob.name = title;