From dfec30596117270e73fc026c204d7128c495312f Mon Sep 17 00:00:00 2001
From: Amanda Ghassaei <amandaghassaei@gmail.com>
Date: Tue, 24 Mar 2015 02:42:54 -0400
Subject: [PATCH] shift bug

---
 js/models/AppState.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/js/models/AppState.js b/js/models/AppState.js
index a8d55bad..c8eb5f5f 100644
--- a/js/models/AppState.js
+++ b/js/models/AppState.js
@@ -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();
-- 
GitLab