Skip to content
Snippets Groups Projects
Commit 5ed20c5b authored by amandaghassaei's avatar amandaghassaei
Browse files

cell mode changes

parent 319ce30e
Branches
No related tags found
No related merge requests found
......@@ -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");
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment