Start logic for adding nodes
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-10-14 09:23:25 -05:00
parent 413fb8b94e
commit 8b28109ab0
5 changed files with 74 additions and 12 deletions

View File

@@ -86,6 +86,11 @@ export class EditorPage implements OnInit {
event,
});
popover.onDidDismiss().then(result => {
console.log('adding node', result.data);
this.editorService.addNode(result.data);
});
// popover.onDidDismiss().then(arg => {
// const defValue = this.getDefaultValue(arg.data);
// const hostRec = new HostRecord(defValue);