wipe the userdoc when the canvas is cleared
This commit is contained in:
parent
e2981c0223
commit
1e51f89096
@ -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 () {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user