options to enable scrollbars and disable sticky headers

This commit is contained in:
Henry Jameson 2022-04-07 15:11:23 +03:00
parent d3d219f15d
commit b5ded67c06
7 changed files with 42 additions and 10 deletions

View file

@ -91,7 +91,7 @@ const Timeline = {
const credentials = store.state.users.currentUser.credentials
const showImmediately = this.timeline.visibleStatuses.length === 0
scroller().addEventListener('scroll', this.handleScroll)
scroller() && scroller().addEventListener('scroll', this.handleScroll)
if (store.state.api.fetchers[this.timelineName]) { return false }