Skip to content
Snippets Groups Projects
Commit 10c299cb authored by AndiMajore's avatar AndiMajore
Browse files

Merge branch 'master' of gitlab.rrz.uni-hamburg.de:cosy-bio/drugst.one/frontend

parents a1730c38 4bb1662e
No related branches found
No related tags found
No related merge requests found
...@@ -404,7 +404,7 @@ export class NetworkComponent implements OnInit { ...@@ -404,7 +404,7 @@ export class NetworkComponent implements OnInit {
updatedNodes.push(node); updatedNodes.push(node);
} }
this.nodeData.nodes.update(updatedNodes); this.nodeData.nodes.update(updatedNodes);
this.loadingScreen.stateUpdate(true); this.loadingScreen.stateUpdate(false);
} else { } else {
this.selectedTissue = tissue; this.selectedTissue = tissue;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment