[Notifications] Finish up toggle
This commit is contained in:
parent
c2f38bc39a
commit
527f2012de
@ -121,7 +121,7 @@ class Notifier implements Subscribable {
|
|||||||
this.menuOpen = false;
|
this.menuOpen = false;
|
||||||
this.notifications.forEach( ( _, id ) => {
|
this.notifications.forEach( ( _, id ) => {
|
||||||
this.hide( id );
|
this.hide( id );
|
||||||
} )
|
} );
|
||||||
}
|
}
|
||||||
|
|
||||||
toggleNotificationMenu () {
|
toggleNotificationMenu () {
|
||||||
@ -199,5 +199,6 @@ export default {
|
|||||||
openNotificationMenu,
|
openNotificationMenu,
|
||||||
closeNotificationMenu,
|
closeNotificationMenu,
|
||||||
clearAllNotifications,
|
clearAllNotifications,
|
||||||
clearNewestNotifications
|
clearNewestNotifications,
|
||||||
|
toggleNotificationMenu
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user