[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.notifications.forEach( ( _, id ) => {
|
||||
this.hide( id );
|
||||
} )
|
||||
} );
|
||||
}
|
||||
|
||||
toggleNotificationMenu () {
|
||||
@ -199,5 +199,6 @@ export default {
|
||||
openNotificationMenu,
|
||||
closeNotificationMenu,
|
||||
clearAllNotifications,
|
||||
clearNewestNotifications
|
||||
clearNewestNotifications,
|
||||
toggleNotificationMenu
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user