mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 21:26:02 +08:00
FIX: Notifications do not fade after marking all as read.
This commit is contained in:
@ -9,7 +9,7 @@ export default MountWidget.extend({
|
||||
this.args = { notifications: this.get('notifications') };
|
||||
},
|
||||
|
||||
@observes('notifications.length')
|
||||
@observes('notifications.length', 'notifications.@each.read')
|
||||
_triggerRefresh() {
|
||||
this.queueRerender();
|
||||
}
|
||||
|
Reference in New Issue
Block a user