mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-20 15:40:29 +00:00
Initial implementation
This commit is contained in:
@ -407,6 +407,7 @@ export class ProjectMapComponent implements OnInit, OnDestroy {
|
||||
this.mapChangeDetectorRef.detectChanges();
|
||||
}
|
||||
|
||||
//here we should support adding multiple nodes on single click
|
||||
onNodeCreation(template: Template) {
|
||||
if(!template) {
|
||||
return;
|
||||
|
Reference in New Issue
Block a user