UX: Save scroll position in tags topic list. (#7511)

This commit is contained in:
Bianca Nenciu 2019-05-09 20:39:03 +03:00 committed by GitHub
parent 9758857a78
commit ea3004ef11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ export default Discourse.Route.extend({
this.topicTrackingState, this.topicTrackingState,
params.filter, params.filter,
params, params,
{} { cached: true }
).then(list => { ).then(list => {
if (list.topic_list.tags && list.topic_list.tags.length === 1) { if (list.topic_list.tags && list.topic_list.tags.length === 1) {
// Update name of tag (case might be different) // Update name of tag (case might be different)