mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 08:59:57 -04:00
fixes the highlight issue @coding-horror reported
This commit is contained in:
parent
3b7ac014de
commit
8a143bacaf
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue