Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When someone begins editing an edge, the edge is now locked on the server and new users are prevented from editing the edge. If they select a edge and click "Edit Edge" they will get a message about the edge being locked.
To Test:
Log in on one browser.
Click on a node with edges to select it.
Click on an edge.
Click on the "Edit Edge" button
Log in on a second browser.
Click on the same node on the other browser and select the same edge.
Click on the "Edit Edge" button.
You should get a message: "This edge is currently being edited by someone else, please try again later."
Finish editing on the first browser.
Try editing from the second browser and it should work.
NOTES