[Notifications] Finish up toggle
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user