Initial implementation

This commit is contained in:
Piotr Pekala
2019-11-13 01:54:54 -08:00
parent a0cace9b62
commit ce97ba085d
8 changed files with 143 additions and 35 deletions

View File

@ -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;