wipe the userdoc when the canvas is cleared

pull/1/head
ansuz 8 years ago
parent e2981c0223
commit 1e51f89096

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

Loading…
Cancel
Save