Skip to content

Commit 76d5a2e

Browse files
committed
LMS-2969 - [Angular 19] Cannot navigate to another page in the same tab when on the Ai Content tab in the web report
1 parent 9a54b5f commit 76d5a2e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

projects/copyleaks-web-report/src/lib/components/containers/content-ai-container/components/explainable-ai-result-container/explainable-ai-result-container.component.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -676,11 +676,5 @@ export class ExplainableAIResultContainerComponent implements OnInit, OnChanges,
676676
ngOnDestroy(): void {
677677
this.unsubscribe$.next();
678678
this.unsubscribe$.complete();
679-
680-
this.reportMatchesSvc.showAIPhrases$.next(false);
681-
this.reportViewSvc.reportViewMode$.next({
682-
...this.reportViewSvc.reportViewMode,
683-
showAIPhrases: false,
684-
});
685679
}
686680
}

0 commit comments

Comments
 (0)