From 5ed20c5b4801209b7e8b1af22d8f7bf6dcf5ca48 Mon Sep 17 00:00:00 2001 From: amandaghassaei <amandaghassaei@gmail.com> Date: Sun, 22 Mar 2015 22:37:36 -0400 Subject: [PATCH] cell mode changes --- js/models/AppState.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/models/AppState.js b/js/models/AppState.js index 666f8145..4adde6a7 100644 --- a/js/models/AppState.js +++ b/js/models/AppState.js @@ -178,8 +178,8 @@ AppState = Backbone.Model.extend({ _updateCellMode: function(){ var currentTab = this.get("currentTab"); if (currentTab == "lattice") this.set("cellMode", "cell"); - else if (currentTab == "import") this.set("cellMode", "cell"); - else if (currentTab == "sketch") this.set("cellMode", "cell"); + //else if (currentTab == "import") this.set("cellMode", "cell"); + //else if (currentTab == "sketch") this.set("cellMode", "cell"); else if (currentTab == "part") this.set("cellMode", "part"); }, -- GitLab