wipe the userdoc when the canvas is cleared
parent
e2981c0223
commit
1e51f89096
|
@ -477,6 +477,7 @@ define([
|
|||
|
||||
$('#clear').on('click', function () {
|
||||
canvas.clear();
|
||||
onLocal();
|
||||
});
|
||||
|
||||
$('#save').on('click', function () {
|
||||
|
|
Loading…
Reference in New Issue