Skip to content

Commit

Permalink
Deselect the last paginated pages after applying the pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
IkramMaalej committed Mar 3, 2021
1 parent a4bd117 commit 1330566
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ public void startPaginationClick() {
mediaUnits.get(i).setOrderlabel(paginator.next());
}
}
paginationSelectionSelectedItems = new ArrayList<>();
preparePaginationSelectionItems();
dataEditor.refreshStructurePanel();
}
Expand Down

0 comments on commit 1330566

Please sign in to comment.