This commit is contained in:
crusader 2018-10-20 12:16:09 +09:00
parent 0a11496566
commit 6c7c87aa20
3 changed files with 2 additions and 2 deletions

View File

@ -1033,8 +1033,8 @@ export class MapComponent implements OnInit, AfterContentInit, OnDestroy {
} else {
if (null !== unknownServiceNode) {
const { index: linkIdx } = this.getLink(hostNode, unknownServiceNode);
delete this.links[linkIdx];
delete this.nodes[unknownServiceNodeIdx];
// delete this.links[linkIdx];
// delete this.nodes[unknownServiceNodeIdx];
}
newNode = true;
}

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB