Skip to content
Snippets Groups Projects
Commit 5ad990d4 authored by Hartung, Michael's avatar Hartung, Michael
Browse files

bugfix: disable loading screen when reset tissue expression

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