FIX: temporarily disable event listener for dismissing the first notification
This commit is contained in:
parent
590830b931
commit
8e4fea897e
|
@ -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…
Reference in New Issue