1
0
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:
Kyle Spearrin
2018-10-03 09:46:00 -04:00
parent 815ef17d02
commit 755e3486ee
3 changed files with 3 additions and 3 deletions

View File

@@ -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({