FIX: Notification backdrop does not display when user menu has been toggled.
https://meta.discourse.org/t/first-pm-spotlight-does-not-work-with-welcome-message-delay/64927/16?u=tgxworld
This commit is contained in:
parent
3f4b5e0246
commit
cbedc1a2ca
|
@ -282,7 +282,10 @@ export default createWidget('header', {
|
||||||
},
|
},
|
||||||
|
|
||||||
toggleUserMenu() {
|
toggleUserMenu() {
|
||||||
this.state.ringBackdrop = false;
|
if (this.currentUser.get('read_first_notification')) {
|
||||||
|
this.state.ringBackdrop = false;
|
||||||
|
};
|
||||||
|
|
||||||
this.state.userVisible = !this.state.userVisible;
|
this.state.userVisible = !this.state.userVisible;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue