parent
dfb8e6a814
commit
413941523e
1 changed files with 2 additions and 1 deletions
|
|
@ -864,7 +864,8 @@ export default {
|
|||
}
|
||||
this.showScrollToEnd =
|
||||
container.scrollHeight - container.scrollTop.toFixed(0) >
|
||||
container.clientHeight;
|
||||
container.clientHeight || (this.timelineWindow &&
|
||||
this.timelineWindow.canPaginate(EventTimeline.FORWARDS));
|
||||
|
||||
this.restartRRTimer();
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue