mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 00:19:59 +00:00
fix: paginator load next
This commit is contained in:
parent
a6406abc52
commit
c9731f787d
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ export function usePaginator<T>(paginator: Paginator<any, T[]>, stream?: WsEvent
|
|||
}, 1000)
|
||||
|
||||
watch(
|
||||
() => isInScreen,
|
||||
() => [isInScreen, state],
|
||||
() => {
|
||||
if (
|
||||
isInScreen
|
||||
|
|
Loading…
Reference in a new issue