mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-07 11:50:15 +00:00
This commit is contained in:
parent
c0cff3a6db
commit
bb2a963237
@ -538,6 +538,9 @@ export class ProjectMapComponent implements OnInit, OnDestroy {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nodeAddedEvent.x = nodeAddedEvent.x / this.mapScaleService.getScale();
|
||||||
|
nodeAddedEvent.y = nodeAddedEvent.y / this.mapScaleService.getScale();
|
||||||
|
|
||||||
this.progressService.activate();
|
this.progressService.activate();
|
||||||
this.nodeService
|
this.nodeService
|
||||||
.createFromTemplate(
|
.createFromTemplate(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user