Skip to content

Commit

Permalink
[Issue #11] Clear the selection when opening a single comic.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Mar 24, 2020
1 parent 25d738f commit d55943b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -226,6 +226,7 @@ export class ComicListComponent implements OnInit, OnDestroy {
}

openComic(comic: Comic): void {
this.selectionAdaptor.clearComicSelections();
this.router.navigate(['/comics', comic.id]);
}

Expand Down

0 comments on commit d55943b

Please sign in to comment.