This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user