Bug 857801 - Prevent glowing Download Notification Effect of Toolbar Button with Panel opened. r=mconley
This commit is contained in:
@@ -359,6 +359,11 @@ const DownloadsIndicatorView = {
|
||||
return;
|
||||
}
|
||||
|
||||
// No need to show visual notification if the panel is visible.
|
||||
if (DownloadsPanel.isPanelShowing) {
|
||||
return;
|
||||
}
|
||||
|
||||
function DIV_SEN_callback() {
|
||||
if (this._notificationTimeout) {
|
||||
clearTimeout(this._notificationTimeout);
|
||||
|
||||
Reference in New Issue
Block a user