Skip to content

Commit

Permalink
Change hash when switching errors identifiers group-by
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed May 9, 2024
1 parent 80b46e3 commit fd53b6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/src/js/ErrorIdentifiersViewModel.ts
Expand Up @@ -95,10 +95,12 @@ export class ErrorIdentifiersViewModel {

switchToIdentifier() {
this.groupByIdentifier(true);
window.history.replaceState({}, '', '#gbi-');
}

switchToRule() {
this.groupByIdentifier(false);
window.history.replaceState({}, '', '#gbr-');
}

}

0 comments on commit fd53b6e

Please sign in to comment.