UX: Save scroll position in tags topic list. (#7511)
This commit is contained in:
parent
9758857a78
commit
ea3004ef11
|
@ -107,7 +107,7 @@ export default Discourse.Route.extend({
|
|||
this.topicTrackingState,
|
||||
params.filter,
|
||||
params,
|
||||
{}
|
||||
{ cached: true }
|
||||
).then(list => {
|
||||
if (list.topic_list.tags && list.topic_list.tags.length === 1) {
|
||||
// Update name of tag (case might be different)
|
||||
|
|
Loading…
Reference in New Issue