Skip to content
Snippets Groups Projects
Commit dfec3059 authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

shift bug

parent cc92ee32
Branches
Tags
No related merge requests found
......@@ -248,6 +248,7 @@ AppState = Backbone.Model.extend({
if (e.ctrlKey || e.metaKey){//command
e.preventDefault();
if (e.shiftKey){
this.set("shift", false);
$("#saveAsModel").modal("show");
} else {
dmaGlobals.appState.saveJSON();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment