mirror of
https://github.com/skishore/makemeahanzi.git
synced 2025-11-01 20:27:44 +08:00
Save only the final extracted strokes
This commit is contained in:
@ -78,7 +78,7 @@ var bindings = {
|
||||
Session.set('glyph.selected_point', undefined);
|
||||
var glyph = Session.get('glyph.data');
|
||||
glyph.manual.verified = false;
|
||||
Session.set('glyph.data', glyph);
|
||||
change_glyph('save_glyph', glyph);
|
||||
} else {
|
||||
var glyph = Session.get('glyph.data');
|
||||
delete glyph.manual;
|
||||
@ -98,7 +98,6 @@ var bindings = {
|
||||
return;
|
||||
}
|
||||
glyph.manual.verified = !glyph.manual.verified;
|
||||
Session.set('glyph.data', glyph);
|
||||
change_glyph('save_glyph', glyph);
|
||||
},
|
||||
'd': function() {
|
||||
|
||||
Reference in New Issue
Block a user