Skip to content
Snippets Groups Projects
Commit 035e30cc authored by AndiMajore's avatar AndiMajore
Browse files

merged

parents 741a71ea d070acf1
Branches
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ div.legend { ...@@ -54,7 +54,7 @@ div.legend {
} }
tr.list-item { tr.list-item {
line-height: calc(#{$legend-row-height} / 2); line-height: calc(#{$legend-row-height} / 2);
border-top: var(--drgstn-text-primary) 1px solid; // border-top: var(--drgstn-text-primary) 1px solid;
th { th {
height: $legend-row-height; height: $legend-row-height;
width: $legend-row-height; width: $legend-row-height;
......
...@@ -309,10 +309,8 @@ export class NetworkComponent implements OnInit { ...@@ -309,10 +309,8 @@ export class NetworkComponent implements OnInit {
this.updatePhysicsEnabled(this.drugstoneConfig.config.physicsOn); this.updatePhysicsEnabled(this.drugstoneConfig.config.physicsOn);
this.networkInternal.fit(); this.networkInternal.fit();
this.loadingScreen.stateUpdate(false); this.loadingScreen.stateUpdate(false);
console.log('Stabilization end: ' + Date.now());
resolve(true); resolve(true);
}); });
console.log('Stabilization start: ' + Date.now());
this.loadingScreen.stateUpdate(true); this.loadingScreen.stateUpdate(true);
this.networkInternal.stabilize(1000); this.networkInternal.stabilize(1000);
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment