diff --git a/packages/frontend/src/components/MkPagination.vue b/packages/frontend/src/components/MkPagination.vue index 8d2fdd3d6..25e1d3666 100644 --- a/packages/frontend/src/components/MkPagination.vue +++ b/packages/frontend/src/components/MkPagination.vue @@ -490,8 +490,8 @@ function visibilityChange() { onActivated(() => { console.log('activated'); - active.value = true; nextTick(() => { + active.value = true; visibilityChange(); }); });