wipe the userdoc when the canvas is cleared

pull/1/head
ansuz 2017-03-31 12:01:52 +02:00
parent e2981c0223
commit 1e51f89096
1 changed files with 1 additions and 0 deletions

View File

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