mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: temporarily disable event listener for dismissing the first notification
This commit is contained in:
parent
590830b931
commit
8e4fea897e
1 changed files with 4 additions and 3 deletions
|
@ -225,9 +225,10 @@ const SiteHeaderComponent = MountWidget.extend(Docking, PanEvents, {
|
|||
);
|
||||
}
|
||||
};
|
||||
document.addEventListener("click", this._dismissFirstNotification, {
|
||||
once: true
|
||||
});
|
||||
// TODO: re-enable event listener
|
||||
// document.addEventListener("click", this._dismissFirstNotification, {
|
||||
// once: true
|
||||
// });
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue