Skip to content

Commit

Permalink
Allowing navigation history to include the current gallery.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony authored and anthony committed Oct 10, 2024
1 parent c0b4edd commit 48eb34f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/frontend/app/ui/gallery/grid/grid.gallery.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ export class GalleryGridComponent
photoClicked(media: MediaDTO): void {
this.router.navigate([], {
queryParams: this.queryService.getParams({media}),
replaceUrl: true,
});
}

Expand Down Expand Up @@ -403,7 +402,6 @@ export class GalleryGridComponent
if (groupIndex === -1) {
this.router.navigate([], {
queryParams: this.queryService.getParams(),
replaceUrl: true,
});
return;
}
Expand Down

0 comments on commit 48eb34f

Please sign in to comment.