提交 83e0a5bc 编写于 作者: E Eric Amodio

Fixes #94242 - must query if no cursor

上级 4ccf3e4e
......@@ -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)
) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册