forked from Mirrors/elk
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)
|
}, 1000)
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
() => isInScreen,
|
() => [isInScreen, state],
|
||||||
() => {
|
() => {
|
||||||
if (
|
if (
|
||||||
isInScreen
|
isInScreen
|
||||||
|
|
Loading…
Reference in a new issue