mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
Reduce blinking of notificationBar when other tabs update
This commit is contained in:
@@ -31,7 +31,7 @@ export default class TabsBackground {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.main.onUpdatedRan = true;
|
this.main.onUpdatedRan = true;
|
||||||
await this.main.checkNotificationQueue();
|
await this.main.checkNotificationQueue(tab);
|
||||||
await this.main.refreshBadgeAndMenu();
|
await this.main.refreshBadgeAndMenu();
|
||||||
this.main.messagingService.send('tabUpdated');
|
this.main.messagingService.send('tabUpdated');
|
||||||
this.main.messagingService.send('tabChanged');
|
this.main.messagingService.send('tabChanged');
|
||||||
|
|||||||
Reference in New Issue
Block a user