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
When two nodes are clicked on the graph to create a deprel, a new deprel is created which overwrites any existing one. This results in data loss.
Perhaps it should just do nothing? It could either stay in "need to select 2nd node" mode, or return to "looking at the graph (and not editing deprels)" mode.
The text was updated successfully, but these errors were encountered:
Or it could request confirmation with a modal dialog ("Overwrite existing deprel?"), though that could get annoying.
Honestly the current behavior might be fine as long as it's visually salient that an old deprel is disappearing, and the undo button is available to recover if it was accidental.
When two nodes are clicked on the graph to create a deprel, a new deprel is created which overwrites any existing one. This results in data loss.
Perhaps it should just do nothing? It could either stay in "need to select 2nd node" mode, or return to "looking at the graph (and not editing deprels)" mode.
The text was updated successfully, but these errors were encountered: