options to enable scrollbars and disable sticky headers
This commit is contained in:
parent
d3d219f15d
commit
b5ded67c06
7 changed files with 42 additions and 10 deletions
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue