diff --git a/packages/frontend/src/components/MkPagination.vue b/packages/frontend/src/components/MkPagination.vue index 577ea064b..e30269169 100644 --- a/packages/frontend/src/components/MkPagination.vue +++ b/packages/frontend/src/components/MkPagination.vue @@ -429,6 +429,12 @@ onDeactivated(() => { active.value = false; }); +watch(visibility, () => { + if (active.value && visibility.value === 'visible') { + executeQueue(); + } +}); + /** * 最新のものとして1つだけアイテムを追加する * ストリーミングから降ってきたアイテムはこれで追加する