ing
This commit is contained in:
parent
0a11496566
commit
6c7c87aa20
|
@ -1033,8 +1033,8 @@ export class MapComponent implements OnInit, AfterContentInit, OnDestroy {
|
||||||
} else {
|
} else {
|
||||||
if (null !== unknownServiceNode) {
|
if (null !== unknownServiceNode) {
|
||||||
const { index: linkIdx } = this.getLink(hostNode, unknownServiceNode);
|
const { index: linkIdx } = this.getLink(hostNode, unknownServiceNode);
|
||||||
delete this.links[linkIdx];
|
// delete this.links[linkIdx];
|
||||||
delete this.nodes[unknownServiceNodeIdx];
|
// delete this.nodes[unknownServiceNodeIdx];
|
||||||
}
|
}
|
||||||
newNode = true;
|
newNode = true;
|
||||||
}
|
}
|
||||||
|
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Loading…
Reference in New Issue
Block a user