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