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
|
||||
topics=model.topics
|
||||
discoveryList=true
|
||||
scrollOnLoad=true
|
||||
onScroll=discoveryTopicList.saveScrollPosition}}
|
||||
{{/if}}
|
||||
{{/discovery-topics-list}}
|
||||
|
|
|
@ -13,16 +13,16 @@
|
|||
|
||||
{{#if hasTopics}}
|
||||
{{topic-list
|
||||
highlightLastVisited=true
|
||||
showPosters=true
|
||||
hideCategory=model.hideCategory
|
||||
order=order
|
||||
ascending=ascending
|
||||
topics=model.topics
|
||||
expandGloballyPinned=expandGloballyPinned
|
||||
expandAllPinned=expandAllPinned
|
||||
category=category
|
||||
}}
|
||||
highlightLastVisited=true
|
||||
showPosters=true
|
||||
hideCategory=model.hideCategory
|
||||
order=order
|
||||
ascending=ascending
|
||||
topics=model.topics
|
||||
expandGloballyPinned=expandGloballyPinned
|
||||
expandAllPinned=expandAllPinned
|
||||
scrollOnLoad=true
|
||||
category=category}}
|
||||
{{/if}}
|
||||
{{/discovery-topics-list}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue