Skip to content

Commit

Permalink
pcorlessGH-252 Calls reflectUndoCommands after deleteAll
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Tâche committed Aug 18, 2023
1 parent 476fd20 commit ba72653
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,7 @@ public void setDeleteAllButton(final JButton btn) {
final Collection<AnnotationComponent> toDelete = comps.stream().filter(comp -> comp instanceof MarkupAnnotationComponent
&& ((MarkupAnnotation) comp.getAnnotation()).isCurrentUserOwner()).collect(Collectors.toSet());
documentViewController.deleteAnnotations(toDelete);
reflectUndoCommands();
}
});
});
Expand Down

0 comments on commit ba72653

Please sign in to comment.