mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
dont need change detector
This commit is contained in:
@@ -107,7 +107,6 @@ export class AppComponent implements OnInit {
|
||||
} else if (msg.command === 'showToast') {
|
||||
this.ngZone.run(async () => {
|
||||
await this.showToast(msg);
|
||||
this.changeDetectorRef.detectChanges();
|
||||
});
|
||||
} else if (msg.command === 'analyticsEventTrack') {
|
||||
this.analytics.eventTrack.next({
|
||||
|
||||
Reference in New Issue
Block a user