mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 08:15:48 +08:00
FIX: Notifications do not fade after marking all as read.
This commit is contained in:
parent
b4a8cb415e
commit
3353b119ab
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user