Skip to content

Commit

Permalink
fix region list not updating upon deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
crissNb committed Mar 10, 2024
1 parent 8c16126 commit 080831a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public class DeleteRegionViewModelElementAction extends AbstractPositionableView
boolean run() throws GeckoException {
automaton.removeRegion(regionViewModel.getTarget());
geckoViewModel.deleteViewModelElement(regionViewModel);
geckoViewModel.getCurrentEditor().updateRegions();
return true;
}

Expand Down

0 comments on commit 080831a

Please sign in to comment.