mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 17:22:04 +00:00
Bug 1575197 - Replace removed break statement when notifications are activated to avoid updating unnecessarily. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D42632 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
f9533f14ee
commit
638d025a66
@ -771,6 +771,7 @@ PopupNotifications.prototype = {
|
||||
for (let elt of this.panel.children) {
|
||||
elt.notification.timeShown = this.window.performance.now();
|
||||
}
|
||||
break;
|
||||
}
|
||||
// fall through
|
||||
case "TabSelect":
|
||||
|
Loading…
Reference in New Issue
Block a user