wipe the userdoc when the canvas is cleared

This commit is contained in:
ansuz 2017-03-31 12:01:52 +02:00
parent e2981c0223
commit 1e51f89096

View File

@ -477,6 +477,7 @@ define([
$('#clear').on('click', function () { $('#clear').on('click', function () {
canvas.clear(); canvas.clear();
onLocal();
}); });
$('#save').on('click', function () { $('#save').on('click', function () {