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,
|
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)
|
||||||
|
|
Loading…
Reference in New Issue