Skip to content

Commit

Permalink
Add undo point to RenameBranchLabels command
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhahmann committed Dec 10, 2024
1 parent 4a74107 commit 8704ff8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public static void run( ProjectModel appModel )
Spot focusedSpot = focusModel.getFocusedVertex( ref );
String newLabel = askForNewLabel( focusedSpot );
renameBranch( graph, focusedSpot, newLabel );
model.setUndoPoint();
}
finally
{
Expand Down

0 comments on commit 8704ff8

Please sign in to comment.