adjust thread visual
This commit is contained in:
parent
2b2b5ea1ae
commit
295a905b8b
5 changed files with 131 additions and 64 deletions
|
@ -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(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue