mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: temporarily disable event listener for dismissing the first notification
This commit is contained in:
@@ -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
|
||||
// });
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user