FIX: allows scroll on load for discovery topic list (#8661)
This commit is contained in:
parent
afff96ce54
commit
ff151cb580
|
@ -72,6 +72,7 @@
|
||||||
category=category
|
category=category
|
||||||
topics=model.topics
|
topics=model.topics
|
||||||
discoveryList=true
|
discoveryList=true
|
||||||
|
scrollOnLoad=true
|
||||||
onScroll=discoveryTopicList.saveScrollPosition}}
|
onScroll=discoveryTopicList.saveScrollPosition}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/discovery-topics-list}}
|
{{/discovery-topics-list}}
|
||||||
|
|
|
@ -13,16 +13,16 @@
|
||||||
|
|
||||||
{{#if hasTopics}}
|
{{#if hasTopics}}
|
||||||
{{topic-list
|
{{topic-list
|
||||||
highlightLastVisited=true
|
highlightLastVisited=true
|
||||||
showPosters=true
|
showPosters=true
|
||||||
hideCategory=model.hideCategory
|
hideCategory=model.hideCategory
|
||||||
order=order
|
order=order
|
||||||
ascending=ascending
|
ascending=ascending
|
||||||
topics=model.topics
|
topics=model.topics
|
||||||
expandGloballyPinned=expandGloballyPinned
|
expandGloballyPinned=expandGloballyPinned
|
||||||
expandAllPinned=expandAllPinned
|
expandAllPinned=expandAllPinned
|
||||||
category=category
|
scrollOnLoad=true
|
||||||
}}
|
category=category}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/discovery-topics-list}}
|
{{/discovery-topics-list}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue