1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-29 04:17:41 +02:00

Reduce blinking of notificationBar when other tabs update

This commit is contained in:
Daniel James Smith 2021-10-18 18:03:46 +02:00
parent 06e47dea17
commit bed17673a8
No known key found for this signature in database
GPG Key ID: 03E4BD365FF06726

View File

@ -31,7 +31,7 @@ export default class TabsBackground {
return;
}
this.main.onUpdatedRan = true;
await this.main.checkNotificationQueue();
await this.main.checkNotificationQueue(tab);
await this.main.refreshBadgeAndMenu();
this.main.messagingService.send('tabUpdated');
this.main.messagingService.send('tabChanged');