adjust thread visual

This commit is contained in:
thislight 2024-10-12 19:48:34 +08:00
parent 2b2b5ea1ae
commit 295a905b8b
5 changed files with 131 additions and 64 deletions

View file

@ -190,7 +190,7 @@ function checkOrCreatePager(
newDirection: TimelineFetchDirection,
) {
if (!lastPager) {
return timeline.list({ }).setDirection(newDirection);
return timeline.list({}).setDirection(newDirection);
} else {
let pager = lastPager;
if (pager.getDirection() !== newDirection) {
@ -261,6 +261,7 @@ export function createTimeline(
if (!chk) {
return;
}
console.debug("fetched chunk", chk);
batch(() => {