mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00:00
fixes the highlight issue @coding-horror reported
This commit is contained in:
parent
3b7ac014de
commit
8a143bacaf
@ -40,6 +40,7 @@ Discourse.TopicListItemView = Discourse.View.extend({
|
||||
}
|
||||
// highlight new topics that have been loaded from the server or the one we just created
|
||||
else if (this.get('content.highlight')) {
|
||||
this.set('content.highlight', false);
|
||||
this.highlight();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user