Fixes #94242 - must query if no cursor

This commit is contained in:
Eric Amodio
2020-04-07 00:13:53 -04:00
parent 4ccf3e4ef3
commit 83e0a5bc57
@@ -497,6 +497,7 @@ export class TimelinePane extends ViewPane {
// don't bother querying for more
if (
!reset &&
options?.cursor !== undefined &&
timeline !== undefined &&
(!timeline?.more || timeline.items.length > timeline.lastRenderedIndex + PageSize)
) {