You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sketchpad_editor.change(function() {
$("#input1").val(sketchpad_editor.json());
});
This doesn't get fired when sketchpad_editor.editing("erase"); is used
so saving a drawing is not possible if bits have been erased!
otherwise a great tool :)
The text was updated successfully, but these errors were encountered:
sketchpad_editor.change(function() {
$("#input1").val(sketchpad_editor.json());
});
This doesn't get fired when sketchpad_editor.editing("erase"); is used
so saving a drawing is not possible if bits have been erased!
otherwise a great tool :)
The text was updated successfully, but these errors were encountered: