mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-26 01:38:40 +01:00
Fixes #94242 - must query if no cursor
This commit is contained in:
@@ -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)
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user