mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-22 20:13:36 +00:00
Update use-pagination.ts
This commit is contained in:
@@ -127,6 +127,7 @@ export function usePagination<T extends MisskeyEntity>(props: {
|
||||
moreFetching.value = false;
|
||||
} else {
|
||||
items.value.push(...res);
|
||||
if (props.useShallowRef) triggerRef(items);
|
||||
canFetchMore.value = true;
|
||||
moreFetching.value = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user