diff --git a/app/components/inbox/InboxList.vue b/app/components/inbox/InboxList.vue index 395f6b1..205a422 100755 --- a/app/components/inbox/InboxList.vue +++ b/app/components/inbox/InboxList.vue @@ -642,6 +642,11 @@ const rows = computed(() => { return result }) +// ---- Scroll element (exposed for parent scroll tracking / restoration) --- + +const listEl = ref(null) +defineExpose({ listEl }) + // ---- Infinite scroll --------------------------------------------------- const sentinel = ref(null) @@ -659,7 +664,7 @@ useIntersectionObserver(