Remove selection in whiteboard when uploading to the drive
This commit is contained in:
parent
e553351b79
commit
d941b1098a
@ -234,6 +234,7 @@ define([
|
|||||||
APP.FM = common.createFileManager({});
|
APP.FM = common.createFileManager({});
|
||||||
APP.upload = function (title) {
|
APP.upload = function (title) {
|
||||||
var canvas = $canvas[0];
|
var canvas = $canvas[0];
|
||||||
|
APP.canvas.deactivateAll().renderAll();
|
||||||
var finish = function (thumb) {
|
var finish = function (thumb) {
|
||||||
canvas.toBlob(function (blob) {
|
canvas.toBlob(function (blob) {
|
||||||
blob.name = title;
|
blob.name = title;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user