mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
Reduce blinking of notificationBar when other tabs update
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user