You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After creating a node using the addChild method of node controller, nodeCreated event is not emitting. I want to update the database using new node data and backend API. but as the event is getting emitted twice, I need to skip 1 event to get final data of the newly added node.
Current behavior:
a nice value edit box is shown and after filling value on pressing enter, node get saved but nodeCreated event is emitting twice
Expected behavior:
nodeCreated event should be emitted only once with the node object.
The text was updated successfully, but these errors were encountered:
snandkule
changed the title
nodeCreated event is not emmiting
nodeCreated event is emmiting twice
Sep 3, 2019
After creating a node using the addChild method of node controller, nodeCreated event is not emitting. I want to update the database using new node data and backend API. but as the event is getting emitted twice, I need to skip 1 event to get final data of the newly added node.
Current behavior:
a nice value edit box is shown and after filling value on pressing enter, node get saved but nodeCreated event is emitting twice
Expected behavior:
nodeCreated event should be emitted only once with the node object.
The text was updated successfully, but these errors were encountered: