netcreateorg / netcreate-itest

Developing the 2.0 version of NetCreate
https://github.com/netcreateorg/netcreate-2018
Other
0 stars 0 forks source link

Feature: "Cancel" newly-created unsaved node/edge removes it #110

Closed benloh closed 10 months ago

benloh commented 10 months ago

Addresses #53

If you create a new node, then change your mind and decide to cancel the creation, the new node will be deleted. (When the user clicks "New Node", a node is immediately created and saved. Prior to this, clicking "Cancel" would leave the newly created node in place).

Similarly, if you create a new edge, then change your mind and decide to cancel the creation, the new edge will be deleted.

ADDITIONAL NOTES: