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

parse cells bug

parent 7421db02
Branches
No related tags found
No related merge requests found
...@@ -185,8 +185,7 @@ define(['underscore', 'backbone', 'appState', 'globals', 'plist', 'three', 'thre ...@@ -185,8 +185,7 @@ define(['underscore', 'backbone', 'appState', 'globals', 'plist', 'three', 'thre
_navChanged: function(){ _navChanged: function(){
var currentNav = appState.get("currentNav"); var currentNav = appState.get("currentNav");
if (currentNav != "navComposite" && this.compositeEditor && this.exitCompositeEditing) this.exitCompositeEditing(); if (currentNav != "navComposite" && this.compositeEditor && this.exitCompositeEditing) this.exitCompositeEditing();
if ((currentNav == "electronicNavSim" || currentNav == "mechanicalNavSim" || currentNav == "navAssemble") if (currentNav == "electronicNavSim" || currentNav == "mechanicalNavSim" || currentNav == "navAssemble") this._parseSparseCell();
&& appState.previous("currentNav") == "navDesign") this._parseSparseCell();
}, },
getCompositeData: function(){ getCompositeData: function(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment