Remove selection in whiteboard when uploading to the drive

pull/1/head
yflory 2017-10-17 17:21:15 +02:00
parent e553351b79
commit d941b1098a
1 changed files with 1 additions and 0 deletions

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;